
<!--
function goMenu(Arg){
   var Arg;
	if (Arg == "a1"){	
		location.href="../company/company_ceo.asp";
	}else if (Arg == "a2"){
		location.href="../company/company_map.asp";


		


	}else if (Arg == "b1"){
		location.href="../product/product_sodick.asp";			
	}else if (Arg == "b2"){
		location.href="../product/product_okamoto.asp";
	}else if (Arg == "b3"){
		location.href="../product/product_tomo.asp";
	}else if (Arg == "b4"){
		location.href="../product/product_used.asp";
		
		
		
		
	}else if (Arg == "c1"){
		location.href="../customer/customer_notice_list.asp";
	}else if (Arg == "c2"){
		location.href="../customer/customer_estimate_list.asp";
	}else if (Arg == "c3"){
		location.href="../customer/customer_sitemap.asp";
			

	}
}




