// JavaScript Document
//回首頁

function menu000() {	
	location.href ='http://www.oldsc.com.tw/index.php/main/';
}
//公司簡介
function menu001() {	
	location.href ='http://www.oldsc.com.tw/index.php/about/';
}
//產品系列
function menu002() {	
	location.href ='http://www.oldsc.com.tw/index.php/service/';
}
//我要訂購
function menu003() {	
	location.href ='http://www.oldsc.com.tw/index.php/products/';
}
//最新消息
function menu004() {	
	location.href ='http://www.oldsc.com.tw/index.php/news/';
}
//聯絡我們
function menu005() {	
	location.href ='http://www.oldsc.com.tw/index.php/contact/';
}
//留言版
function menu006() {	
	location.href ='http://www.oldsc.com.tw/index.php/guestbook/';
}
//加入最愛
function join_love() {	
	location.href ='javascript:window.external.AddFavorite("http://www.oldsc.com.tw/index.php/main/","老賊壽司")';
}