// JavaScript Document
//檢測瀏覽器
var Nav=window.navigator;
var isIE=Nav.appName.indexOf("Microsoft")!=-1?true:false;
var isNN=Nav.appName.indexOf("Netscape")!=-1?true:false;
//初始化全局變數
var TempLayer=3;//whichForm;
var TempFlyType=1;
var TempDirectType=false;
//初始化時間全局變數
var theTime=new Date();
var theYear=theTime.getFullYear();
var theMonth=theTime.getMonth()+1;
var theDay=theTime.getDate();
var hotelToday=theYear+"-"+theMonth+"-"+theDay;
