	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
		services1 = new Image
		services2 = new Image
		croom1 = new Image
		croom2 = new Image
		promotion1 = new Image
		promotion2 = new Image
		

		home1.src = "images/home1.gif"
		home2.src = "images/home2.gif"
		location1.src = "images/location1.gif"
		location2.src = "images/location2.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/the_hotel1.gif"
		the_hotel2.src = "images/the_hotel2.gif"
		the_rooms1.src = "images/the_rooms1.gif"
		the_rooms2.src = "images/the_rooms2.gif"
		write_us1.src = "images/write_us1.gif"
		write_us2.src = "images/write_us2.gif"
		services1.src = "images/services1.gif"
		services2.src = "images/services2.gif"
		croom1.src = "images/croom1.gif"
		croom2.src = "images/croom2.gif"
		promotion1.src = "images/promotion1.gif"
		promotion2.src = "images/promotion2.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 = ""
		services1 = ""
		services2 = ""
		document.services = ""
		croom1 = ""
		croom2 = ""
		document.croom = ""
		promotion1 = ""
		promotion2 = ""
		document.promotion = ""
		
	}
