<!-- hide script from old browsers

 function doClear(theText) 
{
     if (theText.value != "")
 {
         theText.value = ""
     }
 }

// end hiding script from old browsers -->



