	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		webcam1 = new Image		webcam2 = 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"		webcam1.src = "images/webcam1.gif"		webcam2.src = "images/webcam2.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 = ""		webcam1 = ""		webcam2 = ""		document.webcam = ""	}
