function updatestatid(filler)
    {
        var a = document.getElementById("inphid");
        document.getElementById(a.value).value=filler;
    } 
