<!-- Hide script from old browsers
		
			if (document.images) {
				backgroundOn = new Image
				backgroundOff = new Image
				lotOn = new Image
				lotOff = new Image
				docOn = new Image
				docOff = new Image
				platOn = new Image
				platOff = new Image
				photoOn = new Image
				photoOff = new Image
				pricingOn = new Image
				pricingOff = new Image
				locatioOn = new Image
				locatioOff = new Image
				ourareaOn = new Image
				ourareaOff = new Image
				linksOn = new Image
				linksOff = new Image
				contactOn = new Image
				contactOff = new Image
				viewOn = new Image
				viewOff = new Image
				viewvideoOn = new Image
				viewvideoOff = new Image
				viewplansOn = new Image
				viewplansOff = new Image
				requestOn = new Image
				requestOff = new Image
		
				backgroundOn.src = "images/background_btn_on.gif"
				backgroundOff.src = "images/background_btn.gif"
				lotOn.src = "images/lot_btn_on.gif"
				lotOff.src = "images/lot_btn.gif"
				docOn.src = "images/doc_btn_on.gif"
				docOff.src = "images/doc_btn.gif"
				platOn.src = "images/plat_btn_on.gif"
				platOff.src = "images/plat_btn.gif"
				photoOn.src = "images/photo_btn_on.gif"
				photoOff.src = "images/photo_btn.gif"
				pricingOn.src = "images/pricing_btn_on.gif"
				pricingOff.src = "images/pricing_btn.gif"
				locatioOn.src = "images/location_btn_on.gif"
				locatioOff.src = "images/location_btn.gif"
				ourareaOn.src = "images/ourarea_btn_on.png"
				ourareaOff.src = "images/ourarea_btn.png"
				linksOn.src = "images/links_btn_on.gif"
				linksOff.src = "images/links_btn.gif"
				contactOn.src = "images/contact_btn_on.gif"
				contactOff.src = "images/contact_btn.gif"
				viewOn.src = "images/view_gallery_on.gif"
				viewOff.src = "images/view_gallery.gif"
				viewvideoOn.src = "images/view_video_on.gif"
				viewvideoOff.src = "images/view_video.gif"
				viewplansOn.src = "images/view_plans_on.png"
				viewplansOff.src = "images/view_plans.png"
				requestOn.src = "images/request_info_on.gif"
				requestOff.src = "images/request_info.gif"
			}
			else {
				backgroundOn = ""
				backgroundOff = ""
				lotOn = ""
				lotOff = ""
				docOn = ""
				docOff = ""
				platOn = ""
				platOff = ""
				photoOn = ""
				photoOff = ""
				pricingOn = ""
				pricingOff = ""
				locatioOn = ""
				locatioOff = ""
				ourareaOn = ""
				ourareaOff = ""
				linksOn = ""
				linksOff = ""
				contactOn = ""
				contactOff = ""
				viewOn = ""
				viewOff = ""
				viewvideoOn = ""
				viewvideoOff = ""
				viewplansOn = ""
				viewplansOff = ""
				requestOn = ""
				requestOff = ""
				
				
				document.background = ""
				document.lot = ""
				document.doc = ""
				document.plat = ""
				document.photo = ""
				document.pricing = ""
				document.locatio = ""
				document.ourarea = ""
				document.links = ""
				document.contact = ""
				document.view = ""
				document.viewvideo = ""
				document.viewplans = ""
				document.request = ""
			}
		
			// End hiding script from old browsers -->