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_news() {	
	location.href =_Web_Url + '/index.php/web/news/';
}
//聯絡我們
function menu_contact() {	
	location.href =_Web_Url + '/index.php/web/contact/';
}
//醫學美容
function menu_cosmetology() {	
	location.href =_Web_Url + '/index.php/web/factorys/';
}
//留言版
function menu_guestbook () {	
	location.href =_Web_Url + '/index.php/web/guestbook/';
}

//品質認證
function menu_certification() {	
	location.href =_Web_Url + '/index.php/web/certification/';
}
//廠別介紹
function menu_factory() {	
	location.href =_Web_Url + '/index.php/web/products/';
}

//電子輸
function menu_005() {	
	location.href =_Web_Url + '/index.php/web/products/';
}
