   var oldobja = "";

    function subfett(obja)
    {
    if (oldobja != "")
    {
    oldobja.style.color="";
    oldobja.style.fontWeight="";
    }
    obja.style.color="000000";
    obja.style.fontWeight="bold";
    oldobja = obja;
    }
