function DEFAULT()
{
	location.href="Default.aspx";
}

function ABOUT1()
{
	location.href="About.aspx";

}

function ABOUT2()
{
	location.href="About2.aspx";
}

function NEWS()
{
	location.href="News.aspx";
}

function ROOM1()
{
	location.href="Room.aspx";
}

function ROOM101()
{
	location.href="RoomInfo.aspx?Cate=2";
}
function ROOM102()
{
	location.href="RoomInfo.aspx?Cate=3";
}

function ROOM103()
{
	location.href="RoomInfo.aspx?Cate=4";

}

function ROOM104()
{
	location.href="RoomInfo.aspx?Cate=5";
}

function ROOM2()
{
	location.href="RoomRules.aspx";
}

function ROOM3()
{
	location.href="RoomOrder.aspx";
}

function FOODS()
{
	location.href="Foods.aspx";
}

function MAP1()
{
	location.href="Map.aspx";
}

function MAP2()
{
	location.href="Map2.aspx";
}

function TRIP1()
{
	location.href="Trip.aspx";
}

function TRIP2()
{
	location.href="ScenicSpots.aspx";
}

function TRIP3()
{
	location.href="Product.aspx";
}

function TRIP4()
{
	location.href="Hill.aspx";
}

function ALBUM()
{
	location.href="Album.aspx";
}

function GBOOK()
{
	location.href="Gbook.aspx";
}

function GBOOKID()
{
	location.href="#message";
}


function SITEMAP()
{
	location.href="SiteMap.aspx";
}

function CONTACT()
{
	location.href="Contact.aspx";
}


