function MenuOver(obj)
{
obj.style.backgroundImage='url(i/top3_over_bg.gif)';
}

function MenuOut(obj)
{
obj.style.backgroundImage='url(i/top3_bg.gif)';
}


