﻿// JavaScript Document
//下版頭logo
function back_home() {	
	location.href ='index.php';
}
function mail() {	
	location.href ='mailto:spring.breeze@livemail.tw';
}

function menu_01() {	
	location.href ='index.php?page=news';
}
function menu_02() {	
	location.href ='index.php?page=about_me';
}
function menu_03() {	
	location.href ='index.php?page=hotel';
}
function menu_04() {	
	location.href ='https://www.ezhotel.com.tw/springbreeze/';
}
/**index.php?page=roomorder&dir=roomorder**/
function sitemap() {	
	location.href ='';
}

