function textFocus(id)
    {document.getElementById(id).style.backgroundColor = "#707070";}
function textBlur(id)
    {document.getElementById(id).style.backgroundColor = "#404040";}

