// JavaScript Document
//var wwwbase="http:/localhost:8080/eliz/index.php";
//www已在control宣告

//回首頁

function menu000() {	
	location.href = wwwbase ;
}
//關於愛麗姿
function menu001() {	
	location.href = wwwbase + 'index.php/about/';
}
//最新消息
function menu002() {	
	location.href = wwwbase + 'index.php/news/';
}
//媒體報導
function menu003() {	
	location.href = wwwbase + 'index.php/report/';
}
//產品介紹
function menu004() {	
	location.href = wwwbase + 'index.php/product/';
}
//留言板
function menu005() {	
	location.href = wwwbase + 'index.php/guestbook/';
}
//會員專區
function menu006() {	
	location.href = wwwbase + 'index.php/load/';
}
//網站導覽
function menu007() {	
	location.href = wwwbase + 'index.php/guidance/';
}
//連絡我們
function menu008() {	
	location.href = wwwbase + 'index.php/contact/';
}
//型錄下載
function menu009() {	
	location.href = wwwbase + 'index.php/catalog/';
}