//ÇÃ·¡½Ã ·Îµå(swfÆÄÀÏÁÖ¼Ò, °¡·Î, ¼¼·Î, ÀÎÀÚ) 
function swfOpen(szURL, rgbBack, nWidthSWF, nHeightSWF, szParam) 
{ 
if(szParam != "") szURL += '?' + szParam; 
var szHtml = '<script> function resizeHtml(w, h) { var qdiv = document.getElementById("htmlDiv"); qdiv.style.width=w; qdiv.style.height=h; } </script>'
+ '<div id=flashDiv style="position:absolute; top:0; left:0; width:100%; height:100%; z-index:-1">'
+ '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="flash" align="middle">' 
+ '<param name="allowScriptAccess" value="sameDomain" />' 
+ '<param name="menu" value="false" />'
+ '<param name="quality" value="high">' 
+ '<param name="bgcolor" value="#' + rgbBack + '">' 
+ '<param name="movie" value="' + szURL + '">' 
+ '<param name=wmode value="transparent">'
+ '<embed AllowScriptAccess="sameDomain" src="' + szURL + '" width="' + nWidthSWF + '%" height="' + nHeightSWF + '%" name="Quencher" swliveconnect="true" quality="high" bgcolor="#ffffff" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>' 
+ '</object></div>'
+ '<div id="htmlDiv" style="position:absolute; top:0px; left:0px; width:0px; height:0px; z-index:10;">'
+ '<IFRAME name=htmlFrame src="Q/krms.php" width="100%" height="100%" scroll="no" leftmargin="0" topmargin="0"  marginheight="0" marginwidth="0" frameborder="0" allowTransparent="true"></IFRAME></div>'; 
document.write(szHtml); 
} 