/*************************************************************************
* ÇÃ·¡½Ã menu link
*************************************************************************/

	function goMenu(value)
	{
                

	//company
			
		if(value==1000) self.location.href = "/company/01_overview.html";	
		else if(value==1100) self.location.href = "/company/01_overview.html";
		else if(value==1200) self.location.href = "/company/02_history.html";
		else if(value==1300) self.location.href = "/company/03_ci.html";	
		else if(value==1400) self.location.href = "/company/04_partner.html";
		else if(value==1500) self.location.href = "/company/05_contactus.html";	
		else if(value==1600) self.location.href = "/company/06_location.html";	
 	
	
	//game	
		else if(value==2000) self.location.href = "/game/01_fantatennis.html";
		else if(value==2100) self.location.href = "/game/01_fantatennis.html";
		else if(value==2200) self.location.href = "/game/02_hunter.html";		

	
	//global business	
		else if(value==3000) self.location.href = "/business/01_business.html";	
		else if(value==3100) self.location.href = "/business/01_business.html";		
			

	//development
		else if(value==4000) self.location.href = "/development/01_introduce.html";
		else if(value==4100) self.location.href = "/development/01_introduce.html";                                  
		else if(value==4200) self.location.href = "/development/02_3dengine.html";                           
		else if(value==4300) self.location.href = "/development/03_console.html";
		else if(value==4400) self.location.href = "/development/04_online.html";              
		
	//news 	
		else if(value==5000) self.location.href = "/news/notice_list.asp";   
		else if(value==5100) self.location.href = "/news/notice_list.asp";                 
		else if(value==5200) self.location.href = "/news/press_list.asp";
		else if(value==5300) self.location.href = "/news/recruit.asp";   

	
	//home
		else if(value==10) self.location.href = "/index.asp";             

	//contact
		else if(value==20) self.location.href = "/company/05_contactus.html";                           
        
	//sitemap
		else if(value==30) self.location.href = "/sitemap.html";                           
          
	//eng
		else if(value==40) self.location.href = "/eng/main.asp";                           
        
	//recruit
		else if(value==50) self.location.href = "/news/recruit.asp";    

	//location
		else if(value==60) self.location.href = "/company/06_location.html";    

	//gamesite
		else if(value==70) self.location.href = "http://fanta.buddybuddy.co.kr/", "_blank";
                     
}

<!--
// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, º¯¼ö, À©µµ¿ì¸ðµå)
function flash(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='swLiveConnect' value='true' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' swLiveConnect='true' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='left' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";

	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);

}
