function onmouseoverBgcolor(div)
{
       div.style.background="#084184";
	   div.style.color="#FFFFFF";
}

function onmouseoutBgcolor(div)
{
	   div.style.background="#FFFFFF";
	   div.style.color="#000000";
}
function onmouseoverBgcolortr(tr)
{
       tr.style.background="#084184";
	   tr.style.color="#FFFFFF";
}

function onmouseoutBgcolortr(tr)
{
	   tr.style.background='#FFFFFF';
	   tr.style.color="#000000";
}