if (document.images) {

	homeOff = new Image
	homeOn = new Image
	aboutOff = new Image
	aboutOn = new Image
	touringOff = new Image
	touringOn = new Image
	caravansOff = new Image
	caravansOn = new Image
	locationOff = new Image
	locationOn = new Image
	bookingOff = new Image
	bookingOn = new Image
	contactOff = new Image
	contactOn = new Image
	reviewsOff = new Image
	reviewsOn = new Image
	linksOff = new Image
	linksOn = new Image
	galleryOff = new Image
	galleryOn = new Image
	
	homeOff.src = "images/home.gif"
	homeOn.src = "images/home_rollover.gif"
	aboutOff.src = "images/about.gif"
	aboutOn.src = "images/about_rollover.gif"
	touringOff.src = "images/touring.gif"
	touringOn.src = "images/touring_rollover.gif"
	caravansOff.src = "images/caravans.gif"
	caravansOn.src = "images/caravans_rollover.gif"
	locationOff.src = "images/location.gif"
	locationOn.src = "images/location_rollover.gif"
	bookingOff.src = "images/booking.gif"
	bookingOn.src = "images/booking_rollover.gif"
	contactOff.src = "images/contact.gif"
	contactOn.src = "images/contact_rollover.gif"
	reviewsOff.src = "images/reviews.gif"
	reviewsOn.src = "images/reviews_rollover.gif"
	linksOff.src = "images/links.gif"
	linksOn.src = "images/links_rollover.gif"
	galleryOff.src = "images/gallery.gif"
	galleryOn.src = "images/gallery_rollover.gif"
	}

else {
	homeOff = ""
	homeOn = ""
	aboutOff = ""
	aboutOn = ""
	touringOff = ""
	touringOn = ""
	caravansOff = ""
	caravansOn = ""	
	locationOff = ""
	locationOn = ""	
	bookingOff = ""
	bookingOn = ""	
	contactOff = ""
	contactOn = ""	
	reviewsOff = ""
	reviewsOn = ""		
	linksOff = ""
	linksOn = ""
	galleryOff = ""
	galleryOn = ""	

	document.home = ""
	document.about = ""
	document.touring = ""
	document.caravans = ""
	document.loc = ""
	document.booking = ""
	document.contact = ""
	document.reviews = ""
	document.links = ""
	document.gallery = ""
	}