/*Crossbrowser menu highlighter ;-)*/
function mov(oSrc) { m_high(oSrc, "#BABABA"); }
function mou(oSrc) { m_high(oSrc, "#D4D4D4"); }
function m_high(oSrc, sColor)
{
	oSrc.parentNode.cells[0].firstChild.style.backgroundColor= sColor;
	oSrc.parentNode.cells[1].firstChild.style.backgroundColor= sColor;
}
function cl(oSrc) {	window.location.href= oSrc.parentNode.cells[1].firstChild.firstChild.href; }
