function clearText(thefield){
document.getElementById(thefield.id).value='';
}

