//document.onkeydown=keypress 

//function keypress()
//{ 
//	if(event.keyCode==13)
//	{
//		return false;
//	} 
//}

function goURL(name){
    //---------------------------------------1.ÁöÀ£½ÃÆ¼

	var root = "";	

	menu1_0=root+"/about/overview.htm";//´ë¸Þ´º ¸µÅ©
	menu1_1=root+"/about/overview.htm";
	menu1_2=root+"/about/character.htm";
	menu1_3=root+"/about/think.htm";
	menu1_4=root+"/about/mh.htm";
	

	//----------------------------------------2 ºÐ¾ç¾È³»
	
	menu2_0=root+"/sales/public.htm";//´ë¸Þ´º ¸µÅ©
	menu2_1=root+"/sales/public.htm";
	menu2_2=root+"/sales/promise.htm";

	

	//--------------------------------------- 3.ÇöÀåÁ¤º¸
        
        menu3_0=root+"/project/destruct.htm";//´ë¸Þ´º ¸µÅ©
	menu3_1=root+"/project/destruct.htm";
	menu3_2=root+"/project/helphouse.htm";
	

	//-----------------------------------------4.°í°´Áö¿ø

        menu4_0=root+"/customer/faq.htm";//´ë¸Þ´º ¸µÅ©
	menu4_1=root+"/customer/faq.htm";
	menu4_2=root+"/customer/search.htm";
        menu4_3=root+"/qna/board.html";
        menu4_4=root+"/notice/board.html";


	//-----------------------------------------5.ÇÁ·¹½º·ë

        menu5_0=root+"/press/event.htm";//´ë¸Þ´º ¸µÅ©
	menu5_1=root+"/press/event.htm";
	menu5_2=root+"/press/catalog.htm";
        menu5_3=root+"/press/brand.htm";
        menu5_4=root+"/press/cyber.htm";

	document.location.href=eval(name);
}

function event()
{
	window.open ("/tg/gw_main.htm","t","left=100, top=100, width=300, height=300, scrollbars=no, resizable=no, status=yes");
}
