function repostion (currElem)
{
	pageWidth = document.body.clientWidth
	menuObj = document.getElementById(currElem).style
	menuObj.left = (pageWidth/2) - 390
}

function chng(currElem)
{
	currElem.style.bgcolor="#ffffff"
}