function ov(obj)
{
        obj.style.background = "#3fb5ff";
}
function nov(obj)
{
        obj.style.background = "#113247";
}

