function ov(obj)
{
        obj.style.background = "#ff6600";
}
function nov(obj)
{
        obj.style.background = "#500000";
}

