//<param name=wmode value="+target+" />---->>>><param name=wmode value=transparent />
//targetÀ» ¿Ö ¹Þ´ÂÁö ¾Ë¼ö¾ø°í, ¾ÆÀÌÇÁ·¹ÀÓÀ» ¶ç¿üÀ» ¶§ ÇÃ·¡½Ã°¡ À§¿¡ ¿Ã¶ó¿À´Â Çö»ó ¹ß»ýÇÔ
// 2011.01.01 °­ÁøÈñ ¼öÁ¤
function flash_execute(src,id,width,height,target){
   return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" width="+width+" height="+height+" id="+id+"><param name=wmode value=transparent /><param name=movie value="+src+" /><param name=quality value=high /><embed src="+src+" quality=high wmode="+target+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+" style=z-index:1;></embed></object>";
}

// write document contents
function documentwrite(src){
   document.write(src);
}

// assign code innerHTML
function setcode(target, code){
   target.innerHTML = code;
}

