// JavaScript Document
//回首頁
function menu000() {	
	location.href = _Web_Url + '/index.php/main/';
}
//公司簡介
function menu001() {	
	location.href =_Web_Url + '/index.php/about/';
}
//Q&A
function menu002() {	
	location.href =_Web_Url + '/index.php/onsale/';
}
//我要訂購
function menu003() {	
	location.href =_Web_Url + '/index.php/products/';
}
//最新消息
function menu004() {	
	location.href =_Web_Url + '/index.php/news/';
}
//服務項目
function menu005() {	
	location.href =_Web_Url + '/index.php/service/';
}
//造型教室
function menu006() {	
	location.href =_Web_Url + '/index.php/products_2/';
}
//聯絡我們
function contact(){
	location.href =_Web_Url + '/index.php/contact/';
}
//會員中心
function menbership(){
	location.href =_Web_Url + '/index.php/membership/';
}
//購物車
function shopping_car(){
	location.href =_Web_Url + '/index.php/shopping_car/';
}
//加入最愛
function join_love() {	
	location.href ='javascript:window.external.AddFavorite("'+_Web_Url +'","岑記")';
}
