<!-- Hide script from old browsers
		
			if (document.images) {
				adultOn = new Image
				adultOff = new Image
				youthOn = new Image
				youthOff = new Image
				recitalOn = new Image
				recitalOff = new Image
				campOn = new Image
				campOff = new Image
				locatioOn = new Image
				locatioOff = new Image
				contactOn = new Image
				contactOff = new Image
				homeOn = new Image
				homeOff = new Image

				adultOn.src = "images/adult_btn_on.png"
				adultOff.src = "images/adult_btn.png"
				youthOn.src = "images/youth_btn_on.png"
				youthOff.src = "images/youth_btn.png"
				recitalOn.src = "images/recital_btn_on.png"
				recitalOff.src = "images/recital_btn.png"
				campOn.src = "images/camp_btn_on.png"
				campOff.src = "images/camp_btn.png"
				locatioOn.src= "images/location_btn_on.png"
				locatioOff.src= "images/location_btn.png"
				contactOn.src= "images/contact_btn_on.png"
				contactOff.src= "images/contact_btn.png"
				homeOn.src= "images/home_btn_on.png"
				homeOff.src= "images/home_btn.png"
			}
			else {
				adultOn = ""
				adultOff = ""
				youthOn = ""
				youthOff = ""
				recitalOn = ""
				recitalOff = ""
				campOn = ""
				campOff = ""
				locatioOn = ""
				locatioOff = ""
				contactOn = ""
				contactOff = ""
				homeOn = ""
				homeOff = ""
				
				
				document.adult = ""
				document.youth = ""
				document.recital = ""
				document.camp = ""
				document.locatio = ""
				document.contact = ""
				document.home = ""
			}
	
// End hiding script from old browsers -->