   function insert(gif)
   {
      document.gb.comments.value +=gif;
      return;      
   }
