
function top(num){
	switch(num){
		case 1: location.href="/"; break;
		case 2: location.href="/sitemap.asp"; break;
		case 3: location.href="/01campany/intro.asp"; break;
		case 4: location.href="http://mail.itnsystem.com"; break;
		}
}


function menu01(num){
	switch(num){
		case 1: location.href="/01campany/intro.asp"; break;
		case 2: location.href="/01campany/ceo.asp"; break;
		case 3: location.href="/01campany/vision.asp"; break;
		case 4: location.href="/01campany/organ.asp"; break;
		case 5: location.href="/01campany/location.asp"; break;
	}
}

function menu02(num){
	switch(num){
		case 1: location.href="/02product/product01_1.asp"; break;
		case 2: location.href="/02product/product01_2.asp"; break;
		case 3: location.href="/02product/product01_3.asp"; break;
		case 4: location.href="/02product/product01_4.asp"; break;
		case 5: location.href="/02product/product01_5.asp"; break;
		case 6: location.href="/02product/product02_1.asp"; break;
		case 7: location.href="/02product/product03_1.asp"; break;
		case 8: location.href="/02product/product03_2.asp"; break;
		case 9: location.href="/02product/product03_3.asp"; break;
		case 10: location.href="/02product/product04_1.asp"; break;
		case 11: location.href="/02product/product04_2.asp"; break;
		case 12: location.href="/02product/product03_4.asp"; break;
	}
}


function menu03(num){
	switch(num){
		case 1: location.href="/03support/buy.asp"; break;
		case 2: location.href="/03support/consultation/write.asp"; break;
		case 3: location.href="/03support/support.asp"; break;
		case 4: location.href="/03support/QnA/list.asp"; break;
		case 5: location.href="/03support/data/list.asp"; break;
		case 6: location.href="/03support/information/list.asp"; break;
	}
}


function menu04(num){
	switch(num){
		case 1: location.href="/04partner/country.asp"; break;
		case 2: location.href="/04partner/world.asp"; break;
	}
}

function menu05(num){
	switch(num){
		case 1: location.href="/05costomer/group.asp"; break;
		case 2: location.href="/05costomer/enterprise.asp"; break;
		case 3: location.href="/05costomer/international.asp"; break;
	}
}

