<!--- ÇÃ·¡½Ã °´Ã¼ ·Îµù ÇÔ¼ö (ÇÃ·¡½ÃÆÄÀÏ¸í, °¡·ÎÅ©±â, ¼¼·ÎÅ©±â) --->
function obj_swf(filenm, widthSWF, heightSWF) {
 document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,2*,0" width="' + widthSWF + '" height="' + heightSWF + '" align=middle name=img_1 VIEWASTEXT id=OBJECT1>');
 document.writeln('<param name="AllowScriptAccess" value="sameDomain"> ');
 document.writeln('<param name="quality" value="high">');
 document.writeln('<param name="wmode" value="Transparent">');
 document.writeln('<param name="movie" value="' + filenm + '">');
 document.writeln('<embed AllowScriptAccess="never" src="' + filenm + '" width="' + widthSWF + '" height="' + heightSWF + '" wmode="Transparent" ></embed>');
 document.writeln('</object>');
}

function obj_wmswf(filenm, widthSWF, heightSWF) {
 document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,2*,0" width="' + widthSWF + '" height="' + heightSWF + '" align=middle name=img_1 VIEWASTEXT id=OBJECT1>');
 document.writeln('<param name="AllowScriptAccess" value="sameDomain"> ');
 document.writeln('<param name="quality" value="high">');
 document.writeln('<param name="wmode" value="Transparent">');
 document.writeln('<param name="movie" value="' + filenm + '">');
 document.writeln('<embed AllowScriptAccess="never" src="' + filenm + '" width="' + widthSWF + '" height="' + heightSWF + '" wmode="Transparent" ></embed>');
 document.writeln('</object>');
}