		menu1 = new Image
		menu1_on = new Image
		menu2 = new Image
		menu2_on = new Image
		menu3 = new Image
		menu3_on = new Image
		menu4 = new Image
		menu4_on = new Image
		goA = new Image
		goB = new Image
		room1a = new Image
		room1b = new Image
		room1c = new Image
		room2a = new Image
		room2b = new Image
		room2c = new Image
		book_now = new Image
		book_now2 = new Image
		rooms1 = new Image
		rooms2 = new Image
		map_off = new Image
		map_on = new Image
		send1 = new Image
		send2 = new Image

		send1.src = "images/send.jpg"
		send2.src = "images/send2.jpg"
		map_off.src = "images/map_off.jpg"
		map_on.src = "images/map_on.gif"
		rooms1.src = "images/rooms1.jpg"
		rooms2.src = "images/rooms2.jpg"
		book_now.src = "images/book_now.jpg"
		book_now2.src = "images/book_now2.jpg"
		room1a.src = "images/room_large00.jpg"
		room1b.src = "images/room_large01.jpg"
		room1c.src = "images/room_large02.jpg"
		room2a.src = "images/room2_large00.jpg"
		room2b.src = "images/room2_large01.jpg"
		room2c.src = "images/room2_large02.jpg"
		goA.src = "images/goB.gif"
		goB.src = "images/goA.gif"
		menu1.src = "images/location.jpg"
		menu1_on.src = "images/location_on.jpg"
		menu2.src = "images/rooms.jpg"
		menu2_on.src = "images/rooms_on.jpg"
		menu3.src = "images/attractions.jpg"
		menu3_on.src = "images/attractions_on.jpg"
		menu4.src = "images/bookings.jpg"
		menu4_on.src = "images/bookings_on.jpg"


n = (document.layers) ? 1:0
ie = (document.all) ? 1:0

	function rollover(id, roll_class)
		{
				if(document.getElementById) { 
					moElement = document.getElementById(id);
					moElement.className = roll_class }
			if(n) document.layers[id].className = roll_class
			if(ie) document.all[id].className = roll_class
		}


function divplacement() {
			if(document.getElementById) { 
				Element = document.getElementById('m1');
				Element.style.width = 119;
				Element.style.height = 26;
				Element = document.getElementById('m2');
				Element.style.width = 119;
				Element.style.height = 25;
				Element = document.getElementById('m3');
				Element.style.width = 119;
				Element.style.height = 26;
				Element = document.getElementById('m4');
				Element.style.width = 119;
				Element.style.height = 28;
				Element = document.getElementById('text');
				Element.style.width = 730; }
			if(n) {
				document['m1'].width = 149;
				document['m1'].height = 26;
				document['m2'].width = 149;
				document['m2'].height = 30;
				document['m3'].width = 149;
				document['m3'].height = 32;
				document['m4'].width = 149;
				document['m4'].height = 33;
				document['text'].width = 730; }
			if(ie) {
				document.all['m1'].style.width = 149;
				document.all['m1'].style.height = 26;
				document.all['m2'].style.width = 149;
				document.all['m2'].style.height = 30;
				document.all['m3'].style.width = 149;
				document.all['m3'].style.height = 32;
				document.all['m4'].style.width = 149;
				document.all['m4'].style.height = 33;
				document.all['text'].style.width = 780; }
			}