<!--
function flash_tag(swfName,w,h){  
// alert(a);
// ÆÄÀÏ¸íÀ» ÀÎÀÚ·Î ¹Þ´Â´Ù.

var swfWidth = w;
var swfHeight = h;

document.write('<object  classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"  width="'+swfWidth+'" height="'+swfHeight+'"><param name="movie" value="' + swfName + '"> <param value="false" name="menu">  <param name="quality" value="high"> <param name="wmode" value="transparent">   <embed src="' + swfName + '" quality="high" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+swfWidth+'" height="'+swfHeight+'" wmode=transparent  menu=false ></embed></object>');
}
 
//-->
