//mausover script. paul aug ninetynine. for angliacampus.//if you see this, please email pmison@angliaed.co.uk. ta.if (document.images) {	backon = new Image(118, 24);		backon.src = "../../images/backmaus.gif";	fwrdon = new Image(102, 24);		fwrdon.src = "../../images/fwrdmaus.gif";	staron = new Image(103, 24);		staron.src = "../../images/starmaus.gif";	helpon = new Image(157, 24);		helpon.src = "../../images/helpmaus.gif";	backoff = new Image(118, 24);		backoff.src = "../../images/back.gif";	fwrdoff = new Image(102, 24);		fwrdoff.src = "../../images/fwrd.gif";	staroff = new Image(103, 24);		staroff.src = "../../images/star.gif";	helpoff = new Image(157, 24);		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");	}}