	if (document.images) {
		home1 = new Image
		home2 = new Image
		the_hotel1 = new Image
		the_hotel2 = new Image
		the_rooms1 = new Image
		the_rooms2 = new Image
		location1 = new Image
		location2 = new Image
		sightseeing1 = new Image
		sightseeing2 = new Image
		rates1 = new Image
		rates2 = new Image
		services1 = new Image
		services2 = new Image
		reservation1 = new Image
		reservation2 = new Image
		write_us1 = new Image
		write_us2 = new Image
		croom1 = new Image
		croom2 = new Image
		
		home1.src = "images/home1.jpg"
		home2.src = "images/home2.jpg"
		the_hotel1.src = "images/the_hotel1.jpg"
		the_hotel2.src = "images/the_hotel2.jpg"
		the_rooms1.src = "images/the_rooms1.jpg"
		the_rooms2.src = "images/the_rooms2.jpg"
		location1.src = "images/location1.jpg"
		location2.src = "images/location2.jpg"
		sightseeing1.src = "images/sightseeing1.jpg"
		sightseeing2.src = "images/sightseeing2.jpg"
		rates1.src = "images/rates1.jpg"
		rates2.src = "images/rates2.jpg"
		services1.src = "images/services1.jpg"
		services2.src = "images/services2.jpg"
		reservation1.src = "images/reservation1.jpg"
		reservation2.src = "images/reservation2.jpg"
		write_us1.src = "images/write_us1.jpg"
		write_us2.src = "images/write_us2.jpg"
		croom1.src = "images/croom1.jpg"
		croom2.src = "images/croom2.jpg"
	}
	else {
		home1 = ""
		home2 = ""
		document.home = ""
		the_hotel1 = ""
		the_hotel2 = ""
		document.the_hotel = ""
		the_rooms1 = ""
		the_rooms2 = ""
		document.the_rooms = ""
		location1 = ""
		location2 = ""
		document.location = ""
		sightseeing1 = ""
		sightseeing2 = ""
		document.sightseeing = ""
		rates1 = ""
		rates2 = ""
		document.rates = ""
		services1 = ""
		services2 = ""
		document.services = ""
		reservation1 = ""
		reservation2 = ""
		document.reservation = ""
		write_us1 = ""
		write_us2 = ""
		document.write_us = ""
		croom1 = ""
		crooms2 = ""
		document.croom = ""
	}