function SetFieldColor(fieldname)
{
    document.fieldname.style.backgroundColor = 'red';
}
