function menu_home() {	
	location.href = _Web_Url;
}
//公司簡介
function menu_about() {	
	location.href =_Web_Url + '/index.php/web/about/';
}
//產品系列
function menu_service() {	
	location.href =_Web_Url + '/index.php/web/service/';
}
//我要訂購
function menu_products() {	
	location.href =_Web_Url + '/index.php/web/products/';
}
//最新消息
function menu_news() {	
	location.href =_Web_Url + '/index.php/web/news/';
}
//聯絡我們
function menu_contact() {	
	location.href =_Web_Url + '/index.php/web/contact/';
}
//留言版
function menu_guestbook () {	
	location.href =_Web_Url + '/index.php/web/guestbook/';
}
//加入最愛
function my_favorites() {	
	location.href ='http://www.kuangying.com/en/';
}
//品質認證
function menu_certification() {	
	location.href =_Web_Url + '/index.php/web/certification/';
}
//廠別介紹
function menu_factory() {	
	location.href =_Web_Url + '/index.php/web/factorys/';
}
