function ov(obj)
{
        obj.style.background = "#ffaa00";
}
function nov(obj)
{
        obj.style.background = "#f0f050";
}
