// JavaScript Document

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var popup = window.open(theURL,winName,features);
	if(popup == null)
	{
		alert("°í°´´ÔÀÇ PC¿¡ ÆË¾÷Â÷´ÜÀÌ ¼³Á¤µÇ¾î ÀÖ½À´Ï´Ù.\nÂ÷´ÜµÈ ÆË¾÷Ã¢À» Çã¿ëÇØ ÁÖ½Ê½Ã¿À.");
	}else{
		popup.focus();
	}
}
//-->

function Createflash(w, h, movie, ids, params){
	//document.write(w+"<br>");
	//document.write(ids+"<br>");
	//document.write(movie);
	var strflash = "<OBJECT id="+ids+" codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0 width="+w+" height="+h+" align=middle classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000>";
	strflash = strflash + "<PARAM NAME='_cx' VALUE='25400'>";
	strflash = strflash + "<PARAM NAME='_cy' VALUE='9260'>";
	strflash = strflash + "<PARAM NAME='Movie' VALUE='"+ movie +"?defaultMenu=" + params + "'>";
	strflash = strflash + "<PARAM NAME='Src' VALUE='" + movie + "?defaultMenu=" + params + "'>";
	strflash = strflash + "<PARAM NAME='WMode' VALUE='Transparent'>";
	strflash = strflash + "<PARAM NAME='Play' VALUE='-1'>";
	strflash = strflash + "<PARAM NAME='Loop' VALUE='-1'>";
	strflash = strflash + "<PARAM NAME='Quality' VALUE='High'>";
	strflash = strflash + "<PARAM NAME='SAlign' VALUE=''>";
	strflash = strflash + "<PARAM NAME='Menu' VALUE='-1'>";
	strflash = strflash + "<PARAM NAME='Base' VALUE=''>";
	strflash = strflash + "<PARAM NAME='AllowScriptAccess' VALUE=''>";
	strflash = strflash + "<PARAM NAME='Scale' VALUE='ShowAll'>";
	strflash = strflash + "<PARAM NAME='DeviceFont' VALUE='0'>";
	strflash = strflash + "<PARAM NAME='EmbedMovie' VALUE='0'>";
	strflash = strflash + "<PARAM NAME='BGColor' VALUE=''>";
	strflash = strflash + "<PARAM NAME='SWRemote' VALUE=''>";
	strflash = strflash + "<PARAM NAME='MovieData' VALUE=''>";
	strflash = strflash + "<PARAM NAME='SeamlessTabbing' VALUE='1'>";
	strflash = strflash + "<PARAM NAME='Profile' VALUE='0'>";
	strflash = strflash + "<PARAM NAME='ProfileAddress' VALUE=''>";
	strflash = strflash + "<PARAM NAME='ProfilePort' VALUE='0'>";
	//strflash = strflash + "<PARAM NAME='FlashVars' VALUE='"+flashvars+"'>";
	strflash = strflash + "<embed src='"+ movie +"?defaultMenu=" + params + "' quality='high' wmode='transparent' width='"+w+"' height='"+h+"' name='"+ids+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	strflash = strflash + "</OBJECT>";
	document.write(strflash);
}

<!--//-- NAVI URL --//-->


/////////////// pop up

// 
function pop1(){ 
	MM_openBrWindow("popup.html", "pop", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=760");	
}
//