
<!--
function goURL(num){

		// ±âº»¸µÅ© ¹× »ó´Ü ¸Þ´º¸µÅ©
		if (num=="01"){
			location.href="/front.asp";
		}
		else if (num=="02"){
			location.href="mailto:neoquan@way-wisetech.co.kr";
		}
		else if (num=="03"){
			location.href="/sitemap/sitemap.asp";
		}
		else if (num=="04"){
			window.open('http://webmail.way-wisetech.co.kr','winName');
		}
		else if (num=="05"){	
			//alert('ÁË¼ÛÇÕ´Ï´Ù. ÇöÀç ÁØºñÁßÀÔ´Ï´Ù.');
			//window.open('/img/way_catalogue.PDF','winName');
			location.href="/pdf_down.asp";
		}
		else if (num=="06"){	
		   location.href="/china/front.asp";
		}
		else if (num=="07"){
			location.href="/eng/front.asp";
		}



		//////////////////////È¸»ç¼Ò°³//////////////////////////////
		else if (num=="10"){
			location.href="/about/about.asp";
		}
		else if (num=="11"){
			location.href="/about/overview.asp";
		}
		else if (num=="12"){
			location.href="/about/message.asp";
		}
		else if (num=="13"){
			location.href="/about/history.asp";
		}
		else if (num=="14"){
			location.href="/about/organization.asp";
		}
		else if (num=="15"){
			location.href="/about/clean.asp";
		}
		else if (num=="151"){
			location.href="/about/clean.asp";
		}
		else if (num=="152"){
			location.href="/about/production.asp";
		}
		else if (num=="16"){
			location.href="/about/client.asp";
		}
		else if (num=="17"){
			location.href="/about/quotation.asp";
		}
		else if (num=="18"){
			location.href="/about/location.asp";
		}


		/////////////////////Á¦Ç°¼Ò°³ ///////////////////////////////

		else if (num=="20"){
			location.href="/product/product.asp";
		}
		else if (num=="21"){
			location.href="/product/cabinet.asp";
		}
		else if (num=="22"){
			location.href="/product/bsgs.asp";
		}
		else if (num=="23"){
			location.href="/product/rack.asp";
		}
		else if (num=="24"){
			location.href="/product/vmb.asp";
		}
		else if (num=="25"){
			location.href="/product/controller.asp";
		}
		else if (num=="26"){
			location.href="/product/engineering.asp";
		}
		else if (num=="27"){
			location.href="/product/valve.asp";
		}
		else if (num=="28"){
			location.href="/product/scrubber.asp";
		}
		


		/////////////////////R & D///////////////////////////////

		else if (num=="30"){
			alert('ÁË¼ÛÇÕ´Ï´Ù. ÇöÀç ÁØºñÁßÀÔ´Ï´Ù.');		
			//location.href="/rnd/rnd.asp";
		}
		else if (num=="31"){
			location.href="/rnd/licensing.asp";
		}
		else if (num=="32"){
			location.href="/rnd/factory.asp";
		}
		

		/////////////////////°í°´Áö¿ø///////////////////////////////

		else if (num=="40"){
			location.href="/customer/customer.asp";
		}
		else if (num=="41"){
			location.href="/customer/notice/list.asp";
		}
		else if (num=="42"){
			location.href="/customer/qna/list.asp";
		}
		else if (num=="43"){
			location.href="/customer/inquiry/inquiry.asp";
		}
		
		/////////////////////»çÀÌÆ®¸Ê///////////////////////////////

		else if (num=="50"){
			location.href="/sitemap/sitemap.asp";
		}
		else if (num=="51"){
			location.href="/sitemap/sitemap.asp";
		}
		

		/////////////////////english///////////////////////////////

		else if (num=="100"){
			location.href="/eng/about/intro.asp";
		}
		else if (num=="101"){
			location.href="/eng/about/intro.asp";
		}

}


//-->
