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/products/';
}
//我要訂購
function menu_products() {	
	location.href =_Web_Url + '/index.php/web/service/';
}
//最新消息
function menu_news() {	
	location.href =_Web_Url + '/index.php/web/products_2/';
}
//聯絡我們
function menu_contact() {	
	location.href =_Web_Url + '/index.php/web/pertners/';
}
//留言版
function menu_guestbook () {	
	location.href =_Web_Url + '/index.php/web/contact/';
}
//加入最愛
function my_favorites() {	
if (document.all){
       location.href ='javascript:window.external.AddFavorite(_Web_Url, "伏見室內設計")';
    } else {
        location.href ='javascript:window.sidebar.addPanel("伏見室內設計", _Web_Url, "")';
	}
}
