<!-- 

// form field colour change

function focusColor(theField, theColor){
    theField.style.backgroundColor = theColor;  
    return true;	
}

 -->