/*	Copyright David Trewern Design         :: www.dtdesign.com ::	Unauthorised modification / use is a criminal offence, and	will be prosecuted to the fullest extent permitted by law.	All Rights Reserved*/NAVarr = new Array("home", "aboutus", "whatsnew", "services", "photogallery", "resources", "contactus",	"aboutus_ourstaff");if (document.images) {	for (var NAVitem in NAVarr) { 		 for (var NAVicount=0; NAVicount < 2; NAVicount++) { 				eval("b" + NAVarr[NAVitem] + NAVicount + " = new Image()");				eval("b" + NAVarr[NAVitem] + NAVicount + ".src = 'assets/swap_" + NAVarr[NAVitem] + "_" + NAVicount + ".gif'");		 } 	} }function BturnOn(imageName) {	if (document.images) { document [imageName].src = eval("b" +imageName + "1.src");   }}function BturnOff(imageName) {	if (document.images) { document [imageName].src = eval("b" + imageName + "0.src");   }}var currentImage;function changeImage(obj, imgSrc) {	if (document.images) {		document.getElementById("Image").src = imgSrc;				currentImage = obj;			}}