function swFlash_ActiveX(idName, width, height, url) {
	document.writeln("<OBJECT  id='" + idName + "'  classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' VIEWASTEXT width='" + width + "' height='" + height + "'>");
	document.writeln("<param name=movie value='" + url + "'>");
	document.writeln("<param name=wmode value=transparent>");
	document.writeln("<embed src='" + url + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "'></embed>");
	document.writeln("</OBJECT>");
}

function swFlash_Top_ActiveX(category, no) {
	document.writeln("<OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' height='85' width='998' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' VIEWASTEXT>");
	document.writeln("<PARAM NAME='_cx' VALUE='26114'>");
	document.writeln("<PARAM NAME='_cy' VALUE='2249'>");
	document.writeln("<PARAM NAME='FlashVars' VALUE=''>");
	document.writeln("<PARAM NAME='Movie' VALUE='/flash/mainnav"+no+".swf?pageNum=menu" + category + "'>");
	document.writeln("<PARAM NAME='Src' VALUE='/flash/mainnav"+no+".swf?pageNum=menu" + category + "'>");
	document.writeln("<PARAM NAME='WMode' VALUE='Transparent'>");
	document.writeln("<PARAM NAME='Play' VALUE='-1'>");
	document.writeln("<PARAM NAME='Loop' VALUE='-1'>");
	document.writeln("<PARAM NAME='Quality' VALUE='High'>");
	document.writeln("<PARAM NAME='SAlign' VALUE=''>");
	document.writeln("<PARAM NAME='Menu' VALUE='-1'>");
	document.writeln("<PARAM NAME='Base' VALUE=''>");
	document.writeln("<PARAM NAME='AllowScriptAccess' VALUE=''>");
	document.writeln("<PARAM NAME='Scale' VALUE='ShowAll'>");
	document.writeln("<PARAM NAME='DeviceFont' VALUE='0'>");
	document.writeln("<PARAM NAME='EmbedMovie' VALUE='0'>");
	document.writeln("<PARAM NAME='BGColor' VALUE=''>");
	document.writeln("<PARAM NAME='SWRemote' VALUE=''>");
	document.writeln("<PARAM NAME='MovieData' VALUE=''>");
	document.writeln("<PARAM NAME='SeamlessTabbing' VALUE='1'>");
	document.writeln("<PARAM NAME='Profile' VALUE='0'>");
	document.writeln("<PARAM NAME='ProfileAddress' VALUE=''>");
	document.writeln("<PARAM NAME='ProfilePort' VALUE='0'>");
	document.writeln("<PARAM NAME='AllowNetworking' VALUE='all'>");
	document.writeln("<embed src='/flash/mainnav"+no+".swf?pageNum=menu" + category + "'   pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='987'height='85'> </embed>");
	document.writeln("</OBJECT>");
}




function swFlash_Left_ActiveX(subflash, height) {

//3¹ø 280   , 5¹ø  300  ´Ù¸¥°Å 250
	document.writeln("<OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0'  height='" + height + "' width='175' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' VIEWASTEXT>");
	document.writeln("<PARAM NAME='_cx' VALUE='4630'>");
	document.writeln("<PARAM NAME='_cy' VALUE='6615'>");
	document.writeln("<PARAM NAME='FlashVars' VALUE=''>");
	document.writeln("<PARAM NAME='Movie' VALUE='" + subflash + "'>");
	document.writeln("<PARAM NAME='Src' VALUE='" + subflash + "'>");
	document.writeln("<PARAM NAME='WMode' VALUE='Transparent'>");
	document.writeln("<PARAM NAME='Play' VALUE='-1'>");
	document.writeln("<PARAM NAME='Loop' VALUE='-1'>");
	document.writeln("<PARAM NAME='Quality' VALUE='High'>");
	document.writeln("<PARAM NAME='SAlign' VALUE=''>");
	document.writeln("<PARAM NAME='Menu' VALUE='-1'>");
	document.writeln("<PARAM NAME='Base' VALUE=''>");
	document.writeln("<PARAM NAME='AllowScriptAccess' VALUE=''>");
	document.writeln("<PARAM NAME='Scale' VALUE='ShowAll'>");
	document.writeln("<PARAM NAME='DeviceFont' VALUE='0'>");
	document.writeln("<PARAM NAME='EmbedMovie' VALUE='0'>");
	document.writeln("<PARAM NAME='BGColor' VALUE=''>");
	document.writeln("<PARAM NAME='SWRemote' VALUE=''>");
	document.writeln("<PARAM NAME='MovieData' VALUE=''>");
	document.writeln("<PARAM NAME='SeamlessTabbing' VALUE='1'>");
	document.writeln("<PARAM NAME='Profile' VALUE='0'>");
	document.writeln("<PARAM NAME='ProfileAddress' VALUE=''>");
	document.writeln("<PARAM NAME='ProfilePort' VALUE='0'>");
	document.writeln("<PARAM NAME='AllowNetworking' VALUE='all'>");
	document.writeln("<embed src='" + subflash + "' pluginspage='http://www.macromedia.com/go/getflashplayer'  type='application/x-shockwave-flash' width='175' height='250'> </embed>");
	document.writeln("</OBJECT>");
}