
function menuA(num){
	switch(num){
		case 1: location.href="/chinese/com/com_01.php"; break;
		case 2: location.href="/chinese/com/com_02.php"; break;
		case 3: location.href="/chinese/com/com_03.php"; break;
		case 4: location.href="/chinese/com/com_04.php"; break;
		case 5: location.href="/chinese/com/com_05.php"; break;
		case 6: location.href="/chinese/com/com_06.php"; break;
	}
}


function menuB(num){
	switch(num){
		case 1: location.href="/chinese/product/product_01.php"; break;
		case 2: location.href="/chinese/product/product_02.php"; break;
		case 3: location.href="/chinese/product/product_03.php"; break;
		case 4: location.href="/chinese/product/product_04.php"; break;
		case 5: location.href="/chinese/product/product_05.php"; break;		
		}
}



function menuC(num){
	switch(num){   
		case 1: location.href="/chinese/technique/technique_01.php"; break;
		case 2: location.href="/chinese/technique/technique_02.php"; break;
		case 3: location.href="/chinese/technique/technique_03.php"; break;
		case 4: location.href="/chinese/technique/technique_04.php"; break;
		}
}


function menuD(num){
	switch(num){
		case 1: location.href="/chinese/buy/buy_01.php"; break;
		case 2: location.href="/chinese/buy/buy_02.php"; break;
	}
}


function menuCI(num){
	switch(num){
		case 1: location.href="/chinese/index.html"; break;		
	}
}


function menuPRODUCT(num){
	switch(num){
		case 1: location.href="/chinese/product/product_04.php"; break;
		case 2: location.href="/chinese/product/product_04_a.php"; break;
		case 3: location.href="/chinese/product/product_04_b.php"; break;
		
	}
}

function menuEvent(num){
	switch(num){
		case 1: location.href="/chinese/product/product_04.php?selectPage=8#A8" ; break;
		case 2: location.href="/chinese/product/product_04_a.php"; break;
		case 3: location.href="/chinese/product/product_04_b.php"; break;
		case 4: location.href="/chinese/product/product_04_b.php"; break;
		case 5: location.href="/chinese/product/product_04_b.php"; break;
		
	}
}
