GUI Components JavaScript DHTML

/*
JavaScript Unleashed, Third Edition
by Richard Wagner and R. Allen Wyke 
ISBN: 067231763X
Publisher Sams CopyRight 2000
*/


  JavaScript Unleashed
  
  
  
  
  
  

   onload="checkBrowser()">
   
  

   
  
          onmousedown="changeState('helpmenu','hidden');
               changeState('gomenu','visible')">
      Go
  

   
  
          onmousedown="changeState('gomenu','hidden');
            changeState('helpmenu', 'visible')">
      Help
  

   
  
    
      DevEdge
    
    
      Mozilla.org
    
    
      MSDN
  
   
  
   
                  changeState('about','visible')">
      About...
  
  
    
      
        
          
        
        
          This DHTML Menu was created by R. Allen Wyke for JavaScript
          Unleashed.