self.defaultStatus = "Welcome to the Herefordshire Youth Council Website";
function getElemId(objectID){return document.getElementById(objectID);}
function getElemAll(objectID){return document.all[objectID];}
var getElem = (document.getElementById) ? getElemId : getElemAll;
var gInnerWidth = document.body.clientWidth;
if (!gInnerWidth){gInnerWidth = window.innerWidth;}
if (!gInnerWidth){gInnerWidth = 900;}
if(gInnerWidth > 901){
	getElem("wrapper").style.left = ((gInnerWidth - 900)/2) + "px";
}
getElem("img1").onmouseover = function(){
	this.src = "image3/map.1.r.jpg";
	getElem("img1").onmouseout = function(){
		this.src = "image3/map.1.jpg";
	}
}
getElem("img2").onmouseover = function(){
	this.src = "image3/map.2.r.jpg";
	getElem("img2").onmouseout = function(){
		this.src = "image3/map.2.jpg";
	}
}