<!--
	homeon = new Image(); homeon.src = "/images/homeon.gif"
	weatheron = new Image(); weatheron.src = "/images/weatheron.gif"
	earthon = new Image(); earthon.src = "/images/earthon.gif"
	ssAon = new Image(); ssAon.src = "/images/ss4on.gif"
	ssBon = new Image(); ssBon.src = "/images/ss5on.gif"
	projectson = new Image(); projectson.src = "/images/projectson.gif"
	contacton = new Image(); contacton.src = "/images/contacton.gif"
	homeoff = new Image(); homeoff.src = "/images/homeoff.gif"
	weatheroff = new Image(); weatheroff.src = "/images/weatheroff.gif"
	earthoff = new Image(); earthoff.src = "/images/earthoff.gif"
	ssAoff = new Image(); ssAoff.src = "/images/ss4off.gif"
	ssBoff = new Image(); ssBoff.src = "/images/ss5off.gif"
	projectsoff = new Image(); projectsoff.src = "/images/projectsoff.gif"
	contactoff = new Image(); contactoff.src = "/images/contactoff.gif"
	backon = new Image(); backon.src = "/images/backon.gif"
	backoff = new Image(); backoff.src = "/images/backoff.gif"
	hshomeon = new Image(); hshomeon.src = "/images/hshomeon.gif"
	hshomeoff = new Image(); hshomeoff.src = "/images/hshomeoff.gif"
	nexton = new Image(); nexton.src = "/images/nexton.gif"
	nextoff = new Image(); nextoff.src = "/images/nextoff.gif"
	ptaon = new Image(); ptaon.src = "/images/ptaon.gif"
	ptaoff = new Image(); ptaoff.src = "/images/ptaoff.gif"
	hwon = new Image(); hwon.src = "/images/homeworkon.gif"
	hwoff = new Image(); hwoff.src = "/images/homeworkoff.gif"
	alumnion = new Image(); alumnion.src = "/images/alumnion.gif"
	alumnioff = new Image(); alumnioff.src = "/images/alumnioff.gif"
	
	function imgAct(imgName) {
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
	}
	function imgInAct(imgName) {
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
	}
//-->
	