<!--

// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, º¯¼ö, À©µµ¿ì¸ðµå)
function flashWrite(url,w,h,id,bg,vars,win){

	// ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
	var flashStr=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);

}



//footer Á¦ÈÞ¾È³»
function win_coo() {
	window.open('/popup/popup_cooperation.asp', '', 'width=500,height=396,top=0,left=0');
}

//°Ë»ö°á°ú ¹Ù·Î°¡±âµî·Ï½ÅÃ»
function win_direct(skey) {
	window.open('/popup/popup_direct.asp?skey='+skey, '', 'width=500,height=584,top=0,left=0');
}

//È¸»ç¼Ò°³
function company() {
	location.href = "/company/company_1.asp";
}

//ÇÃ·¡½Ã°ÔÀÓ
function fgame() {
	parent.location.href = "/fgame/fgame.asp";
}


//ÇÃ·¡½Ã°ÔÀÓ ÀÚ¼¼È÷º¸±â
function fgame_view() {
	location.href = "fgame_view.asp";
}

function goSearch(tabNum) {
	document.search.tab.value = tabNum;
	document.search.submit();
}


function fnSetInst()
{
	var axObject=null;
	if( !axObject )
	{
		if (window.ActiveXObject) 
		{ 
			if(axObject==null){try{axObject=new ActiveXObject("LWCom.LWComInter.1");}catch(e){}}
			if(axObject==null){try{axObject=new ActiveXObject("MWCom.MWComInter.1");}catch(e){}}
		  if(axObject==null){try{axObject=new ActiveXObject("HWCom.HWComInter.1");}catch(e){}}
		  if(axObject==null){try{axObject=new ActiveXObject("SFunCom.SFunComInter.1");}catch(e){}}
		  if(axObject==null){try{axObject=new ActiveXObject("WCom.IWebCom.1");}catch(e){}}
		}
		if(axObject)
		{
			var strInst = "";
			try
			{
					strInst = axObject.fnRead(1);
			}
			catch (e)
			{
			}
			var elementsInst = document.getElementsByName("inst");
			if( elementsInst  )
			{
					elementsInst[0].value = strInst;
			}
		}
	} 	  
}
