window.defaultStatus="Welcome to the Richmonde Hotel";

loadImg01 = new Image(50, 28)
loadImg01.src = "/images/but001on.jpg"
loadImg02 = new Image(131, 28)
loadImg02.src = "/images/but002on.gif"
loadImg03 = new Image(62, 28)
loadImg03.src = "/images/but003on.gif"
loadImg04 = new Image(180, 28)
loadImg04.src = "/images/but004on.gif"
loadImg05 = new Image(140, 28)
loadImg05.src = "/images/but005on.gif"
loadImg06 = new Image(134, 28)
loadImg06.src = "/images/but006on.gif"
loadImg07 = new Image(103, 28)
loadImg07.src = "/images/but007on.gif"
loadImg08 = new Image(50, 28)
loadImg08.src = "/images/but008on.jpg"

button01on = new Image(50, 28);button01on.src = "/images/but001on.jpg";
button01off = new Image(50, 28);button01off.src = "/images/but001.jpg";
button02on = new Image(131, 28);button02on.src = "/images/but002on.gif";
button02off = new Image(131, 28);button02off.src = "/images/but002.gif";
button03on = new Image(62, 28);button03on.src = "/images/but003on.gif";
button03off = new Image(62, 28);button03off.src = "/images/but003.gif";
button04on = new Image(180, 28);button04on.src = "/images/but004on.gif";
button04off = new Image(180, 28);button04off.src = "/images/but004.gif";
button05on = new Image(140, 28);button05on.src = "/images/busbuton.gif";
button05off = new Image(140, 28);button05off.src = "/images/busbut.gif";
button06on = new Image(134, 28);button06on.src = "/images/but006on.gif";
button06off = new Image(134, 28);button06off.src = "/images/but006.gif";
button07on = new Image(103, 28);button07on.src = "/images/but007on.gif";
button07off = new Image(103, 28);button07off.src = "/images/but0071.gif";
button08on = new Image(50, 28);button08on.src = "/images/but008on.jpg";
button08off = new Image(50, 28);button08off.src = "/images/but008.jpg";

function img_act(imgName)
	{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}

function img_inact(imgName)
	{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}