<!--
    function SwfObject_Call(a,b,c,d)//°æ·Î,Æø,³ôÀÌ,IDName
     {
		var idName="";
		if (! isNaN(d)) idName=" id='" +d+ "'";

		document.write ("<object" + idName + " classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + b + "' height='" + c + "' VIEWASTEXT>");
		document.write ("<param name=movie value='" + a + "'>");
		document.write ("<param name=quality value=high>");
		document.write ("<param name='wmode' value='transparent'>");
		document.write ("<param name='allowScriptAccess' value='always' />");
		document.write ("<embed" + idName + "  src='" + a + "' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' allowScriptAccess='always' type='application/x-shockwave-flash' width='" + b + "' height='" + c + "'></embed> ");
		document.write ("</object>");
	}
	
    function SwfObjectOp_Call(a,b,c,d)//°æ·Î,Æø,³ôÀÌ,IDName
     {
		var idName="";
		if (! isNaN(d)) idName=" id='" +d+ "'";

		document.write ("<object" + idName + " classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + b + "' height='" + c + "' VIEWASTEXT>");
		document.write ("<param name=movie value='" + a + "'>");
		document.write ("<param name=quality value=high>");
		document.write ("<param name='menu' value='false'>");
		document.write ("<param name='wmode' value='transparent'>");
		document.write ("<embed" + idName + "  src='" + a + "' quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + b + "' height='" + c + "'></embed> ");
		document.write ("</object>");
	}	
	
	function EreporterOp_Call(a,b)	//E_Report È£Ãâ
     {
		document.write ("<OBJECT id='XmlObj' classid='clsid:82D70476-A2BE-460B-988F-89FA125C2C91' codebase='http://www.modetour.co.kr/e-Reporter/ocx2/eReporter.cab#Version=1,2,15,9' width='" + a + "' height='" + b + "' width='800' height='627' VIEWASTEXT></OBJECT>");

	}	
-->
