
      function on(obj){  
           obj.style.backgroundImage = 'url(images/button.gif)';             
      }
       
       function out(obj){ 
               obj.style.backgroundImage ="none";
      }     
