	<!-- Hide script from old browsers

if (document.images) {
		Tab1A = new Image
		Tab1B = new Image
		Tab2A = new Image
		Tab2B = new Image
		Tab3A = new Image
		Tab3B = new Image

		

		Tab3A.src = "images/graphics/buttons/contact.jpg"
		Tab3B.src = "images/graphics/buttons/contact1.jpg"
		Tab2A.src = "images/graphics/buttons/booking.jpg"
		Tab2B.src = "images/graphics/buttons/booking1.jpg"
		Tab1A.src = "images/graphics/buttons/gallery.jpg"
		Tab1B.src = "images/graphics/buttons/gallery1.jpg"

	
	}
	else {
		Tab1A = ""
		Tab1B = ""
		Tab2A = ""
		Tab2B = ""
		Tab3A = ""
		Tab3B = ""

	
	}

	// End hiding script from old browsers -->
