function init()
{
	thisPage = location.href.substring((location.href.lastIndexOf("/"))+1);
	thisPage = thisPage.substring(0, thisPage.lastIndexOf(".")).toLowerCase();
	document.getElementById(thisPage).className = 'NavLinkOn';
}

//Moved this into the onload event function in altstyles.js		
//window.onload = init;