function ch_menu(num){
	switch(num){
		//Å¾¸Þ´º
		case "00" : location.href="#"; break; //Home
		case "01" : location.href="http://www.volvik.co.kr/chinese/index.html"; break; //chinese
		case "02" : location.href="http://www.volvik.co.kr/main.php"; break; //Korean

		//Á¦Ç°º¸±â
		case "11" : location.href="product_01.html"; break;
		case "12" : location.href="product_02.html"; break;
		case "13" : location.href="product_03.html"; break;
		case "14" : location.href="product_04.html"; break;
		case "15" : location.href="product_05.html"; break;
		case "16" : location.href="product_06.html"; break;
		case "17" : location.href="product_07.html"; break;
		case "18" : location.href="product_08.html"; break;

		//gnb
		case "21" : location.href="company_01.html"; break;
		case "22" : location.href="product_01.html"; break;
		case "23" : location.href="player_list.html"; break;

		//company
		case "31" : location.href="company_01.html"; break;
		case "32" : location.href="company_02.html"; break;
		case "33" : location.href="company_03.html"; break;
		
		//company
		case "41" : location.href="player_list.html"; break;



	}
}
