<!-- Hide script from old browsers
		
			if (document.images) {
				photosOn = new Image
				photosOff = new Image
				resumesOn = new Image
				resumesOff = new Image
				voiceOn = new Image
				voiceOff = new Image
				videoOn = new Image
				videoOff = new Image
				awardsOn = new Image
				awardsOff = new Image
				agentsOn = new Image
				agentsOff = new Image
				bioOn = new Image
				bioOff = new Image
				playOn = new Image
				playOff = new Image

				photosOn.src = "images/photos_btn_on.gif"
				photosOff.src = "images/photos_btn.gif"
				resumesOn.src = "images/resumes_btn_on.gif"
				resumesOff.src = "images/resumes_btn.gif"
				voiceOn.src = "images/voice_btn_on.gif"
				voiceOff.src = "images/voice_btn.gif"
				videoOn.src = "images/video_btn_on.gif"
				videoOff.src = "images/video_btn.gif"
				awardsOn.src= "images/awards_btn_on.gif"
				awardsOff.src= "images/awards_btn.gif"
				agentsOn.src= "images/agents_btn_on.gif"
				agentsOff.src= "images/agents_btn.gif"
				bioOn.src= "images/bio_btn_on.gif"
				bioOff.src= "images/bio_btn.gif"
				playOn.src= "images/play_demos_on.gif"
				playOff.src= "images/play_demos.gif"
			}
			else {
				photosOn = ""
				photosOff = ""
				resumesOn = ""
				resumesOff = ""
				voiceOn = ""
				voiceOff = ""
				videoOn = ""
				videoOff = ""
				awardsOn = ""
				awardsOff = ""
				agentsOn = ""
				agentsOff = ""
				bioOn = ""
				bioOff = ""
				playOn = ""
				playOff = ""
				
				
				document.photos = ""
				document.resumes = ""
				document.voice = ""
				document.video = ""
				document.awards = ""
				document.agents = ""
				document.bio = ""
				document.play = ""
			}
		
// End hiding script from old browsers -->