<!--

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

// -->