function on(obj)
{
obj.style.background = "url(img/button_activ.gif) no-repeat top left";
}

function off(obj)
{
obj.style.background = "url(img/button_no_activ.gif) no-repeat top left";	
}
