function clearInp(obj,txt){
  if(obj.value==txt){
    obj.value="";
  }
}
