 function f_clear(obj, item_name) {
     if (obj.value == item_name)
     {
         obj.value ='';
     }
 }
