 function clearme(formfield){
  if (formfield.defaultValue==formfield.value)
   formfield.value = ""
 }
 
  function writeme(formfield,what){
   formfield.value = what
 }