	<!-- Hide script from old browsers

	if (document.images) {
		homeOn = new Image
		homeOff = new Image
		missionOn = new Image
		missionOff = new Image
		goalsOn = new Image
		goalsOff = new Image
		contactOn = new Image
		contactOff = new Image
		linksOn = new Image
		linksOff = new Image
		paversOn = new Image
		paversOff = new Image
		joinOn = new Image
		joinOff = new Image
		historyOn = new Image
		historyOff = new Image
		crewOn = new Image
		crewOff = new Image
		newsOn = new Image
		newsOff = new Image

		homeOn.src = "images/but.home.hov.jpg"
		homeOff.src = "images/but.home.jpg"
		missionOn.src = "images/but.mission.hov.gif"
		missionOff.src = "images/but.mission.gif"
		goalsOn.src = "images/but.goals.hov.jpg"
		goalsOff.src = "images/but.goals.jpg"
		contactOn.src = "images/but.contact.hov.jpg"
		contactOff.src = "images/but.contact.jpg"		
		linksOn.src = "images/but.links.hov.jpg"
		linksOff.src = "images/but.links.jpg"		
		paversOn.src = "images/but.pavers.hov.jpg"		
		paversOff.src = "images/but.pavers.jpg"		
		joinOn.src = "images/but.join.hov.jpg"
		joinOff.src = "images/but.join.jpg"			
		historyOn.src = "images/but.history.hov.gif"
		historyOff.src = "images/but.history.gif"		
		crewOn.src = "images/but.crew.hov.gif"
		crewOff.src = "images/but.crew.gif"	
		newsOn.src = "images/but.news.hov.gif"
		newsOff.src = "images/but.news.gif"	
	
	}
	else {
		homeOn = ""
		homeOff = ""
		missionOn = ""
		missionOff = ""
		goalsOn = ""
		goalsOff = ""
		contactOn = ""
		contactOff = ""
		linksOn = ""
		linksOff = ""
		paversOn = ""
		paversOff = ""
		joinOn = ""
		joinOff = ""
		historyOn = ""
		historyOff = ""
		crewOn = ""
		crewOff = ""
		newsOn = ""
		newsOff = ""

		document.home = ""
		document.mission = ""
		document.goals = ""
		document.contact = ""
		document.links = ""
		document.pavers = ""
		document.join = ""
		document.history = ""
		document.history = ""
		document.crew = ""
		document.news = ""


	}

	// End hiding script from old browsers -->

