// JavaScript Document
//回首頁
function index() {	
	location.href ='index.asp';
}
//e-mail
function mail() {	
	location.href ='mailto:yichwan@ms10.hinet.net';
}
//企業概況
function about01() {	
	location.href ='about01.asp';
}
//產品介紹
function product01() {	
	location.href ='product01.asp';
}
//資訊公告
function info_news() {	
	location.href ='info_news.asp';
}
//我們的客戶
function customer01() {	
	location.href ='customer.asp';
}
//聯絡資訊
function contact01() {	
	location.href ='contact01.asp';
}

