function menuOver(menuText)
{
	//var menuText="<p>What we stand for: Quality, Saftey and Environment</p>";
	document.getElementById('menucomments').innerHTML = menuText;
}
function menuOut()
{
	var menuText="";
	document.getElementById('menucomments').innerHTML = menuText;
}
function link1()
{
	var cadetText="<p>Sample text outlining the many wonders of working at STAR. Sample text outlining the many wonders of working at STAR. Sample text outlining the many wonders of working at STAR.</p>";
	document.getElementById('rightcontents').innerHTML = cadetText;
}
function pageNavigate(x)
{
	var url=document.getElementById(x).value
	window.location = url
}