function menuon(td)
{
	td.style.backgroundColor="#ffe500";
}

function menuoff(td)
{
	td.style.backgroundColor="#ffffff"
}

function href(url)
{
	s = url + ".html"
	document.location.replace(s)
}