function goMenu(Menu)
{
	if(Menu == "T1") {	//HOME
		location.href = "/index.jsp";
	} else if (Menu == "T2") {//NOTICE 
		location.href = "/etc/notice_list.jsp";
	} else if (Menu == "T3") {//CONTACT US
		location.href = "/etc/contact_us.jsp";
	} else if (Menu == "T4") {//SITMAP
		location.href = "/etc/sitemap.jsp";
	} else if (Menu == "T5") {//Korean 
		location.href = "http://www.hdlock.co.kr";	
	//	window.open('http://www.hdlock.co.kr/', '_top');		
	//alert("ÁØºñÁßÀÔ´Ï´Ù")
	
		
	} else if (Menu == "A") {//About Hyundae Metal
		location.href = "/company/hd.jsp";
	} else if (Menu == "A1") {//Greeting
		location.href = "/company/hd.jsp";
	} else if (Menu == "A2") {//History
		location.href = "/company/history.jsp";
	} else if (Menu == "A3") {//Patent Contents
		location.href = "/company/patent.jsp";
	} else if (Menu == "A4") {//Organization Chat 
		location.href = "/company/oragan.jsp";
	

	} else if (Menu == "B") {//Product
		location.href = "/product/DDL_main.jsp";
	} else if (Menu == "B1") {//Digital Door Lock 
		location.href = "/product/DDL_main.jsp";
	} else if (Menu == "B2") {//Door Lock 
		location.href = "/product/DL_0101.jsp";
	} else if (Menu == "B3") {//Door Closer
		location.href = "/product/CL_01.jsp";
	} else if (Menu == "B4") {//Epoxy
		location.href = "/product/epoxy_main.jsp";

	} else if (Menu == "C") {//Technical Support
		location.href = "/support/door_lock.jsp";
	} else if (Menu == "C1") {//Door Lock
		location.href = "/support/door_lock.jsp";
	} else if (Menu == "C2") {//Door Closer
		location.href = "/support/door_closer.jsp";	
	
		
	} else if (Menu == "D") {//Inquiry
		location.href = "/inquiry/inquiry.jsp";
		
	
	} else if (Menu == "door") {//index product : more
		location.href = "/product/DDL_main.jsp";
	}
	
}