/*
	Function for hovering over news menu
*/
function tdhover(td, tdclass1, tdclass2)
{
	document.getElementById(td+"_1").setAttribute("class", tdclass1);
	document.getElementById(td+"_1").setAttribute("className", tdclass1);

	document.getElementById(td+"_2").setAttribute("class", tdclass2);
	document.getElementById(td+"_2").setAttribute("className", tdclass2);
}
