//mausover script. paul aug ninetynine. for angliacampus.//if you see this, please email pmison@angliaed.co.uk. ta.if (document.images) {	backon = new Image(155, 57);		backon.src = "../../images/backmaus.gif";	fwrdon = new Image(107, 57);		fwrdon.src = "../../images/fwrdmaus.gif";	staron = new Image(104, 57);		staron.src = "../../images/starmaus.gif";	helpon = new Image(199, 57);		helpon.src = "../../images/helpmaus.gif";	backoff = new Image(155, 57);		backoff.src = "../../images/back.gif";	fwrdoff = new Image(107, 57);		fwrdoff.src = "../../images/fwrd.gif";	staroff = new Image(104, 57);		staroff.src = "../../images/star.gif";	helpoff = new Image(199, 57);		helpoff.src = "../../images/help.gif";}function nav_over(imgName) {	if (document.images) {	    document [imgName].src = eval(imgName + "on.src");	}}function nav_out(imgName) {	if (document.images) {	    document [imgName].src = eval(imgName + "off.src");	}}