/*------------------------------------------------
		flash Å×µÎ¸® Á¦°Å
------------------------------------------------*/

function publishSWF(source,id,width,height,wmode, otherParam){	
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0\" width="+width+" height="+height+" id='quick_menu'><param name=allowScriptAccess value=always><param name=wmode value="+wmode+" /><param name=movie value="+source+" /><param name=quality value=high />"+otherParam+"<param name='allowScriptAccess' value='always'><embed src="+source+" quality=high wmode="+wmode+" type=\"application/x-shockwave-flash\" pluginspage=\"https://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+width+" height="+height+" showmenu=false allowScriptAccess='always' swLiveConnect='true' name='quick_menu'></embed></object>");
}
/*-----------------------------------------------
		¸Þ´º
-----------------------------------------------*/
var menuNum=7;//³»°¡ ¸¸µç ¸Þ´ºÀÇ °¹¼ö
	function allHideLayer(num){
		//³»°¡ ¸¸µç ¸Þ´º¼ö¸¸Å­ ¹Ýº¹ÇØ¼­ ´« °¨±ä´Ù
		for(i=1;i<=menuNum;i++){
			document.getElementById("menu0"+i).style.display="none";
		}
	}
	function menuOver(num){
		//´Ü, Áö±Ý²¨ ¼±ÅÃÀü¿¡ ÀÖ¾ú´ø ¼­ºê´Â °¨±â°í ³ª¼­
		allHideLayer();
		//Áö±Ý ¼±ÅÃÇÑ ÁÖ¸Þ´ºÀÇ ¼­ºê¸¦ º¸¿©ÁØ´Ù.
		document.getElementById("menu0"+num).style.display="";
	}
function mm_jumpmenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
