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("ch2").onmouseover = function(){
	this.src = "image1/click_here_roll.gif";
	getElem("ch2").onmouseout = function(){
		this.src = "image1/click_here.gif";
	}
}
/*
getElem("po1").onmouseover = function(){
	this.src = "image3/infor.gif";
	getElem("po1").onmouseout = function(){
		this.src = "image3/info.gif";
	}
}*/
