	if (document.images) {
		home1 = new Image
		home2 = new Image
		location1 = new Image
		location2 = 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

		home1.src = "images-the-rooms/home1.gif"
		home2.src = "images-the-rooms/home2.gif"
		location1.src = "images-the-rooms/location1.gif"
		location2.src = "images-the-rooms/location2.gif"
		rates1.src = "images-the-rooms/rates1.gif"
		rates2.src = "images-the-rooms/rates2.gif"
		reservation1.src = "images-the-rooms/reservation1.gif"
		reservation2.src = "images-the-rooms/reservation2.gif"
		sightseeing1.src = "images-the-rooms/sightseeing1.gif"
		sightseeing2.src = "images-the-rooms/sightseeing2.gif"
		the_hotel1.src = "images-the-rooms/the_hotel1.gif"
		the_hotel2.src = "images-the-rooms/the_hotel2.gif"
		the_rooms1.src = "images-the-rooms/the_rooms1.gif"
		the_rooms2.src = "images-the-rooms/the_rooms2.gif"
		write_us1.src = "images-the-rooms/write_us1.gif"
		write_us2.src = "images-the-rooms/write_us2.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 = ""
	}