function GoPage(){
var GoPage = 
document.form1.selectnavigate[document.form1.selectnavigate.selectedIndex].value;
	switch(GoPage){
		case '01':
			document.location='product_pcr.shtml#01';
			break;
		case '02':
			document.location='product_pbcc.shtml#02';
			break;
		case '02b':
			document.location='product_pbcc.shtml#02b';
			break;
		case '03':
			document.location='product_pbcc.shtml#03';
			break;
		case '04':
			document.location='product_pbcc.shtml#04';
			break;
		case '05':
			document.location='product_uc.shtml#05';
			break;
		case '05k':
			document.location='product_kc.shtml#05k';
			break;
		case '06':
			document.location='product_pcr.shtml#06';
			break;
		case '07':
			document.location='product_pcr.shtml#07';
			break;
		case '08':
			document.location='product_pcr.shtml#08';
			break;
		case '09':
			document.location='product_pcr.shtml#09';
			break;
		case '10':
			document.location='product_uc.shtml#10';
			break;
		case '11':
			document.location='product_uc.shtml#11';
			break;
		case '13':
			document.location='product_sc.shtml#13';
			break;
		case '15':
			document.location='product_sc.shtml#15';
			break;
		case '16':
			document.location='product_uc.shtml#16';
			break;
		case '20':
			document.location='product_sc.shtml#20';
			break;
		case '30':
			document.location='product_sc.shtml#30';
			break;
		case '30_2':
			document.location='product_sc.shtml#30_2';
			break;			
		case '40':
			document.location='product_uc.shtml#40';
			break;
		case '41':
			document.location='product_pc.shtml#41';
			break;
		case '42':
			document.location='product_pc.shtml#42';
			break;
		case '43':
			document.location='product_kc.shtml#43';
			break;
		case '44':
			document.location='product_kc.shtml#44';
			break;
		case '50':
			document.location='product_ski_visor.shtml#50';
			break;
		case '51':
			document.location='product_ski_visor.shtml#51';
			break;
		case '52':
			document.location='product_ski_visor.shtml#52';
			break;
		case '53':
			document.location='product_ski_visor.shtml#53';
			break;
		case '54':
			document.location='product_ski_visor.shtml#54';
			break;
	    case '55':
			document.location='product_ski_visor.shtml#55';
			break;
		case '203':
			document.location='product_pc.shtml#203';
			break;
		case '204':
			document.location='product_pc.shtml#204';
			break;		
	} 
}
