function MenuOnMouseOut(obj)
{
    obj.style.backgroundImage = "url(../images/Blank.gif)";   
}
function MenuOnMouseOver(obj)
{
    obj.style.backgroundImage = "url(../images/BlankOver.gif)";
}
