function mouseover(menunev,pad)
{
document.getElementById(menunev).style.backgroundColor='';
document.getElementById(menunev).style.padding=pad;
}
function mouseout(menunev,pad)
{
document.getElementById(menunev).style.backgroundColor='';
document.getElementById(menunev).style.padding=pad;
}