function clearbox(box) {
 if(box.value==box.defaultValue) {
   box.value = "";
  }
 }
