// JavaScript Document
//回首頁
function menu000() {	
	location.href = _Web_Url + '/index.php/main/';
}
//公司簡介
function menu001() {	
	location.href =_Web_Url + '/index.php/about/';
}
//產品系列
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/guestbook/';
}
//檔案下載
function menu006() {	
	location.href =_Web_Url + '/index.php/download/';
}
//聯絡我們
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 +'","唯勝科技")';
}

//繁體
function tw() {	
	location.href = _Web_Url;
}
//英文
function en() {	
	location.href = _Web_Url + '/en';
}
//日語
function jp() {	
	location.href = _Web_Url + '/jp';
}
//西班牙
function sp() {	
	location.href = _Web_Url + '/sp';
}
//德文
function gm() {	
	location.href = _Web_Url + '/gm';
}
