<!--

var overarray = new Array()
overarray[0] = new Image(150,15)
overarray[1] = new Image(150,15)
overarray[2] = new Image(150,15)
overarray[3] = new Image(150,15)
overarray[4] = new Image(150,15)
overarray[5] = new Image(150,150)
overarray[6] = new Image(150,150)
overarray[7] = new Image(150,150)
overarray[8] = new Image(150,150)
overarray[9] = new Image(150,150)
overarray[10] = new Image(150,150)
overarray[11] = new Image(150,150)
overarray[12] = new Image(150,150)
overarray[13] = new Image(150,150)
overarray[14] = new Image(150,150)
overarray[15] = new Image(150,150)
overarray[16] = new Image(150,150)
overarray[17] = new Image(150,150)
overarray[18] = new Image(150,150)
overarray[19] = new Image(150,150)
overarray[20] = new Image(150,150)
overarray[21] = new Image(150,150)
overarray[22] = new Image(150,150)
overarray[23] = new Image(150,150)
overarray[24] = new Image(150,150)
overarray[25] = new Image(150,150)
overarray[26] = new Image(150,150)
overarray[27] = new Image(150,150)
overarray[28] = new Image(150,150)
overarray[29] = new Image(150,150)
overarray[30] = new Image(150,150)
overarray[31] = new Image(150,150)
overarray[32] = new Image(150,150)
overarray[33] = new Image(150,150)



overarray[0].src = "images/apartments_over.gif";
overarray[1].src = "images/bb_over.gif";
overarray[2].src = "images/birdseye_over.gif";
overarray[3].src = "images/cuckoo_over.gif";
overarray[4].src = "images/quarterdeck_over.gif";

overarray[5].src = "images/cuckoo/cuckoo2.jpg";
overarray[6].src = "images/cuckoo/cuckoo3.jpg";
overarray[8].src = "images/cuckoo/cuckoo5.jpg";
overarray[7].src = "images/cuckoo/cuckoosnes1.jpg";
overarray[29].src = "images/cuckoo/cuckoosnestbath.jpg";
overarray[30].src = "images/cuckoo/cuckoosnestbed1.jpg";
overarray[31].src = "images/cuckoo/cuckoosnestbed2.jpg";
overarray[32].src = "images/cuckoo/cuckoosnestbed3a.jpg";

overarray[9].src = "images/Heron/heronshousebedc.jpg";
overarray[10].src = "images/Heron/heronshousekitchendiner.jpg";
overarray[11].src = "images/Heron/heronshousekitchen.jpg";
overarray[12].src = "images/Heron/HH balconya.jpg";
overarray[13].src = "images/Heron/heronshousebedB.jpg";
overarray[33].src = "images/Heron/heronshousebedA.jpg";

overarray[14].src = "images/quarterdeck/quarterdeckbalcony.jpg";
overarray[15].src = "images/quarterdeck/quarterdeckbed2.jpg";
overarray[16].src = "images/quarterdeck/quarterdeckloungedine.jpg";
overarray[17].src = "images/quarterdeck/quarterdeckkitchen.jpg";
overarray[18].src = "images/quarterdeck/quarterdeckbed1.jpg";
overarray[19].src = "images/quarterdeck/quarterdeckbath2.jpg";
overarray[20].src = "images/quarterdeck/quarterdeckbath.jpg";
overarray[21].src = "images/quarterdeck/quarterdeckbalc2.jpg";

overarray[22].src = "images/puffin/puffinlounge2.jpg";
overarray[23].src = "images/puffin/puffinlounge.jpg";
overarray[24].src = "images/puffin/puffinsbalcony.jpg";
overarray[25].src = "images/puffin/puffinbed2.jpg";
overarray[26].src = "images/puffin/puffinbed1.jpg";
overarray[27].src = "images/puffin/puffinbath.jpg";
overarray[28].src = "images/puffin/puffinkitchen.jpg";


var offarray = new Array()
offarray[0] = new Image(150,15)
offarray[1] = new Image(150,15)
offarray[2] = new Image(150,15)
offarray[3] = new Image(150,15)
offarray[4] = new Image(150,15)
offarray[5] = new Image(150,15)



offarray[0].src = "images/apartments_up.gif";
offarray[1].src = "images/bb_up.gif";
offarray[2].src = "images/birdseye_up.gif";
offarray[3].src = "images/cuckoo_up.gif";
offarray[4].src = "images/quarterdeck_up.gif";
offarray[5].src = "images/puffinsplace_up.gif";




function navigationoff(id,n){
	var imgid = eval("document.images['" + id + "']")
	imgid.src = offarray[n].src;
}


function navigationover(id,n){
	var imgid = eval("document.images['" + id + "']")
	imgid.src = overarray[n].src;
}




//<--
