	if (document.images) {
		home1 = new Image
		home2 = new Image
		location1 = new Image
		location2 = new Image
		services1 = new Image
		services2 = new Image
		rates1 = new Image
		rates2 = new Image
		reservation1 = new Image
		reservation2 = new Image
		sightseeing1 = new Image
		sightseeing2 = new Image
		the_hotel1 = new Image
		the_hotel2 = new Image
		the_rooms1 = new Image
		the_rooms2 = new Image
		write_us1 = new Image
		write_us2 = new Image
		backshort1 = new Image
		backshort2 = new Image
		nextshort1 = new Image
		nextshort2 = new Image
		backlong1 = new Image
		backlong2 = new Image
		nextlong1 = new Image
		nextlong2 = new Image
		backlock1 = new Image
		backlock2 = new Image
		nextlock1 = new Image
		nextlock2 = new Image

		home1.src = "images/home1.gif"
		home2.src = "images/home2.gif"
		location1.src = "images/location1.gif"
		location2.src = "images/location2.gif"
		services1.src = "images/services1.gif"
		services2.src = "images/services2.gif"
		rates1.src = "images/rates1.gif"
		rates2.src = "images/rates2.gif"
		reservation1.src = "images/reservation1.gif"
		reservation2.src = "images/reservation2.gif"
		sightseeing1.src = "images/sightseeing1.gif"
		sightseeing2.src = "images/sightseeing2.gif"
		the_hotel1.src = "images/hotel1.gif"
		the_hotel2.src = "images/hotel2.gif"
		the_rooms1.src = "images/rooms1.gif"
		the_rooms2.src = "images/rooms2.gif"
		write_us1.src = "images/write_us1.gif"
		write_us2.src = "images/write_us2.gif"
		backshort1.src = "images/backshort_up.jpg"
		backshort2.src = "images/backshort_down.jpg"
		nextshort1.src = "images/nextshort_up.jpg"
		nextshort2.src = "images/nextshort_down.jpg"
		backlong1.src = "images/backlong_up.jpg"
		backlong2.src = "images/backlong_down.jpg"
		nextlong1.src = "images/nextlong_up.jpg"
		nextlong2.src = "images/nextlong_down.jpg"
		backlock1.src = "images/back_lock1.gif"
		backlock2.src = "images/back_lock2.gif"
		nextlock1.src = "images/next_lock1.gif"
		nextlock2.src = "images/next_lock2.gif"
	}
	else {
		home1 = ""
		home2 = ""
		document.home = ""
		location1 = ""
		location2 = ""
		document.location = ""
		rates1 = ""
		rates2 = ""
		document.rates = ""
		reservation1 = ""
		reservation2 = ""
		document.reservation = ""
		sightseeing1 = ""
		sightseeing2 = ""
		document.sightseeing = ""
		the_hotel1 = ""
		the_hotel2 = ""
		document.the_hotel = ""
		the_rooms1 = ""
		the_rooms2 = ""
		document.the_rooms = ""
		write_us1 = ""
		write_us2 = ""
		document.write_us = ""
		backshort1 = ""
		backshort2 = ""
		document.backshort = ""
		nextshort1 = ""
		nextshort2 = ""
		document.nextshort = ""
		backlong1 = ""
		backlong2 = ""
		document.backlong = ""
		nextlong1 = ""
		nextlong2 = ""
		document.nextlong = ""
		backlock1 = ""
		backlock2 = ""
		document.backlock = ""
		nextlock1 = ""
		nextlock2 = ""
		document.nextlock = ""
	}