<!-- Hide script from old browsers
		
			if (document.images) {
				homeOn = new Image
				homeOff = new Image
				aboutOn = new Image
				aboutOff = new Image
				galleryOn = new Image
				galleryOff = new Image
				lucyOn = new Image
				lucyOff = new Image
				locationsOn = new Image
				locationsOff = new Image
				vendorsOn = new Image
				vendorsOff = new Image
				contactOn = new Image
				contactOff = new Image
		
				homeOn.src = "images/home_btn_on.gif"
				homeOff.src = "images/home_btn.gif"
				aboutOn.src = "images/about_btn_on.gif"
				aboutOff.src = "images/about_btn.gif"
				galleryOn.src = "images/gallery_btn_on.gif"
				galleryOff.src = "images/gallery_btn.gif"
				lucyOn.src = "images/lucy_btn_on.gif"
				lucyOff.src = "images/lucy_btn.gif"
				locationsOn.src = "images/location_btn_on.gif"
				locationsOff.src = "images/location_btn.gif"
				vendorsOn.src = "images/vendors_btn_on.gif"
				vendorsOff.src = "images/vendors_btn.gif"
				contactOn.src= "images/contact_btn_on.gif"
				contactOff.src= "images/contact_btn.gif"
			}
			else {
				homeOn = ""
				homeOff = ""
				aboutOn = ""
				aboutOff = ""
				galleryOn = ""
				galleryOff = ""
				lucyOn = ""
				lucyOff = ""
				locationsOn = ""
				locationsOff = ""
				vendorsOn = ""
				vendorsOff = ""
				contactOn = ""
				contactOff = ""
				
				
				document.home = ""
				document.about = ""
				document.gallery = ""
				document.lucy = ""
				document.locations = ""
				document.vendors = ""
				document.contact = ""
			}
		
// End hiding script from old browsers -->