// GoTopmenu
function GoMenu(mvar) {
	
	var cUrl = "";

	switch(mvar)
	{
		case 0: //index
			cUrl = "index.asp";
			break;
		///////////////////////////////////////////////////
		// COMPANY
		///////////////////////////////////////////////////
		case 1: //회사개요
			cUrl = "company/company01_1.asp?srv="+mvar;
			//document.getElementById("submenu0").style.display = "block";
			//alert(document.getElementById("submenu0").style.display);
			break;
		case 2: //CEO인사말
			cUrl = "company/company01_2.asp?srv="+mvar;
			break;
		case 3: //비젼&CI
			cUrl = "company/company01_3.asp?srv="+mvar;
			break;
		case 4: //연혁
			cUrl = "company/company01_4.asp?srv="+mvar;
			break;
		case 5: //사업실적1
			cUrl = "company/company01_5a.asp?srv="+mvar;
			break;
		case 6: //사업실적2
			cUrl = "company/company01_5b.asp?srv="+mvar;
			break;
		case 7: //조직도
			cUrl = "company/company02.asp?srv="+mvar;
			break;
		case 8: //고객현황1
			cUrl = "company/company03_1.asp?srv="+mvar;
			break;
		case 9: //고객현황2
			cUrl = "company/company03_2.asp?srv="+mvar;
			break;
		case 10: //고객현황3
			cUrl = "company/company03_3.asp?srv="+mvar;
			break;
		case 11: //고객현황4
			cUrl = "company/company03_4.asp?srv="+mvar;
			break;
		case 12: //고객현황5
			cUrl = "company/company03_5.asp?srv="+mvar;
			break;
		case 13: //고객현황6
			cUrl = "company/company03_6.asp?srv="+mvar;
			break;
			case 40: //고객현황7
			cUrl = "company/company03_7.asp?srv="+mvar;
			break;
		case 14: //협력업체
			cUrl = "company/company04.asp?srv="+mvar;
			break;
		case 15: //찾아오시는길
			cUrl = "company/company05.asp?srv="+mvar;
			break;

			
		///////////////////////////////////////////////////
		// SOLUTION
		///////////////////////////////////////////////////
		case 16: //SOLARS7
			cUrl = "solution/soultion01_1.asp?srv="+mvar;
			break;
		case 17: //PYXIS
			cUrl = "solution/soultion01_2.asp?srv="+mvar;
			break;

		case 18: //SOLARS U-Mobile
			cUrl = "solution/soultion01_3.asp?srv="+mvar;
			break;

		case 19: //DEXPEED 2
			cUrl = "solution/soultion01_4.asp?srv="+mvar;
			break;

		case 20: //Wezling
			cUrl = "solution/soultion02_1.asp?srv="+mvar;
			break;

		case 21: //SSDL 아직 없음
			cUrl = "solution/soultion02_2.asp?srv="+mvar;
			break;

		case 22: //RFID
			cUrl = "solution/soultion03_1.asp?srv="+mvar;
			break;

		case 23: //책소독기
			cUrl = "solution/soultion03_2.asp?srv="+mvar;
			break;



			
		///////////////////////////////////////////////////
		// PR Center
		///////////////////////////////////////////////////
		case 24: //공지사항
			cUrl = "prcenter/prcenter01.asp?srv="+mvar;
			break;

		case 25: //주요행사
			cUrl = "prcenter/prcenter02.asp?srv="+mvar;
			break;

		case 26: //홍보동영상
			cUrl = "prcenter/prcenter03.asp?srv="+mvar;
			break;
			
		case 27: //인사정책
			cUrl = "prcenter/prcenter04_1.asp?srv="+mvar;
			break;

		case 28: //채용정보
			cUrl = "prcenter/prcenter04_2.asp?srv="+mvar;
			break;
			
		case 33: //주요행사(2011년)
			cUrl = "prcenter/prcenter02_in_2011.asp?srv="+mvar;
			break;

		case 34: //주요행사(2010년)
			cUrl = "prcenter/prcenter02_in_2010.asp?srv="+mvar;
			break;

		case 35: //주요행사(2008년)
			cUrl = "prcenter/prcenter02_in_2008.asp?srv="+mvar;
			break;

		///////////////////////////////////////////////////
		// CUSTOMER
		///////////////////////////////////////////////////
		case 29: //서비스정책
			cUrl = "customer/customer_01.asp?srv="+mvar;
			break;	
		case 30: //자주하는질문
			cUrl = "customer/customer_02.asp?srv="+mvar;
			break;	
			
		case 31: //온라인문의
			cUrl = "customer/customer_03.asp?srv="+mvar;
			break;	
			
			
		///////////////////////////////////////////////////
		// SITEMAP
		///////////////////////////////////////////////////
		case 32: //sitemap
			cUrl = "sitemap/sitemap.asp?srv="+mvar;
			break;	

			
	}
	document.location.href = "http://inek.co.kr/"+ cUrl;
}
