	if (document.images) {
		hotel1 = new Image
		hotel2 = new Image
		restaurant1 = new Image
		restaurant2 = new Image
		cooking-school1 = new Image
		cooking-school2 = new Image
		table-d-hote1 = new Image
		table-d-hote2 = new Image
		afternoon-tea1 = new Image
		afternoon-tea2 = new Image
		art-gallery1 = new Image
		art-gallery2 = new Image
		home1 = new Image
		home2 = new Image
		write_us1 = new Image
		write_us2 = new Image

		hotel1.src = "images/hotel1.gif"
		hotel2.src = "images/hotel2.gif"
		restaurant1.src = "images/restaurant1.gif"
		restaurant2.src = "images/restaurant2.gif"
		cooking-school1.src = "images/cooking-school1.gif"
		cooking-school2.src = "images/cooking-school2.gif"
		table-d-hote1.src = "images/table-d-hote1.gif"
		table-d-hote2.src = "images/table-d-hote2.gif"
		afternoon-tea1.src = "images/afternoon-tea1.gif"
		afternoon-tea2.src = "images/afternoon-tea2.gif"
		art-gallery1.src = "images/art-gallery1.gif"
		art-gallery2.src = "images/art-gallery2.gif"
		home1.src = "images/home1.gif"
		home2.src = "images/home2.gif"
		write_us1.src = "images/write_us1.gif"
		write_us2.src = "images/write_us2.gif"
	}
	else {
		hotel1 = ""
		hotel2 = ""
		document.hotel = ""
		restaurant1 = ""
		restaurant2 = ""
		document.restaurant = ""
		cooking-school1 = ""
		cooking-school2 = ""
		document.cooking-school = ""
		table-d-hote1 = ""
		table-d-hote2 = ""
		document.table-d-hote = ""
		afternoon-tea1 = ""
		afternoon-tea2 = ""
		document.afternoon-tea = ""
		art-gallery1 = ""
		art-gallery2 = ""
		document.art-gallery = ""
		home1 = ""
		home2 = ""
		document.home = ""
		write_us1 = ""
		write_us2 = ""
		document.write_us = ""
	}