function change(li)
{
 //alert("test");
 li.style.background='url(\'/img/menu-bg-swap.gif\') no-repeat left bottom';
 
}

function change2(li)
{
 //alert("test");
 li.style.background='url(\'/img/menu-bg2.gif\') no-repeat left bottom';
 
}
