// JavaScript Document

// Navigation

if (document.images) {
		homeon = new Image
		homeoff = new Image
		historyon = new Image
		historyoff = new Image
		visitoron = new Image
		visitoroff = new Image
		newson = new Image
		newsoff = new Image
		educationon = new Image
		educationoff = new Image
		involvedon = new Image
		involvedoff = new Image
		renton = new Image
		rentoff = new Image
		museumon = new Image
		museumoff = new Image

		homeon.src = "../images/home/onhome.gif"
		homeoff.src = "../images/home/offhome.gif"
		historyon.src = "../images/home/onhistory.gif"
		historyoff.src = "../images/home/offhistory.gif"
		visitoron.src = "../images/home/onvisitorinformation.gif"
		visitoroff.src = "../images/home/offvisitorinformation.gif"
		newson.src = "../images/home/onnewsevents.gif"
		newsoff.src = "../images/home/offnewsevents.gif"
		educationon.src = "../images/home/oneducation.gif"
		educationoff.src = "../images/home/offeducation.gif"
		involvedon.src = "../images/home/ongetinvolved.gif"
		involvedoff.src = "../images/home/offgetinvolved.gif"
		renton.src = "../images/home/onrentfacility.gif"
		rentoff.src = "../images/home/offrentfacility.gif"
		museumon.src = "../images/home/onmuseumstore.gif"
		museumoff.src = "../images/home/offmuseumstore.gif"
		
	}
	else {
		homeon = ""
		homeoff = ""
		historyon = ""
		historyoff = ""
		visitoron = ""
		visitoroff = ""
		newson = ""
		newsoff = ""
		educationon = ""
		educationoff = ""
		involvedon = ""
		involvedoff = ""
		renton = ""
		rentoff = ""
		museumon = ""
		museumoff = ""
		
		document.home = ""
		document.history = ""
		document.visitor = ""
		document.news = ""
		document.education = ""
		document.involved = ""
		document.rent = ""
		document.museum = ""
	}
	
