<!--  Hide this section from old browsers  text-indent:-1em; 
  /* This script will cause the SEARCH box to clear the contents   
     when the user clicks in the box
  */

  var cleared = 0;
  function clearField(field){
     if (cleared != 1){
        field.value = "";
        cleared=1;}
      else
            cleared = 0;
  }


//  End hiding    -->