function clearMe(formfield)
{
if (formfield.defaultValue==formfield.value)
{
formfield.value = "";
 }
} 
