<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
if(document.images) {


	
	onhome			= new Image(); onhome.src	= "images/home_on.gif";
	offhome			= new Image(); offhome.src	= "images/home_off.gif";
	
	onabout			= new Image(); onabout.src	= "images/about_on.gif";
	offabout		= new Image(); offabout.src	= "images/about_off.gif";
	
	onair			= new Image(); onair.src	= "images/air_on.gif";
	offair			= new Image(); offair.src	= "images/air_off.gif";
	
	onsea				= new Image(); onsea.src	= "images/sea_on.gif";
	offsea			= new Image(); offsea.src	= "images/sea_off.gif";
	
	onroad			= new Image(); onroad.src	= "images/road_on.gif";
	offroad			= new Image(); offroad.src	= "images/road_off.gif";
	
	onwarehousing			= new Image(); onwarehousing.src	= "images/warehousing_on.gif";
	offwarehousing			= new Image(); offwarehousing.src	= "images/warehousing_off.gif";
	
	ondistribution			= new Image(); ondistribution.src	= "images/distribution_on.gif";
	offdistribution			= new Image(); offdistribution.src	= "images/distribution_off.gif";
	
	onremovals			= new Image(); onremovals.src	= "images/removals_on.gif";
	offremovals			= new Image(); offremovals.src	= "images/removals_off.gif";
		
	oncontact			= new Image(); oncontact.src	= "images/contact_on.gif";
	offcontact			= new Image(); offcontact.src	= "images/contact_off.gif";
	
	
	
	onlondon			= new Image(); onlondon.src	= "images/london_on.gif";
	offlondon			= new Image(); offlondon.src	= "images/london_off.gif";
	
	ondaventry			= new Image(); ondaventry.src	= "images/daventry_on.gif";
	offdaventry			= new Image(); offdaventry.src	= "images/daventry_off.gif";
		
	onswindon			= new Image(); onswindon.src	= "images/swindon_on.gif";
	offswindon			= new Image(); offswindon.src	= "images/swindon_off.gif";
	

	}

function swap(place, imgName) {if ( version == "n3" || version == "e4" ) {document[place].src = eval(imgName + ".src")}
}

//-->
