function clearText(thefield) {
    if (thefield.defaultValue==thefield.value)
        thefield.value = "";
        thefield.style.color = '#000000';
}