     Normal1 = new Image(); 
     Normal1.src="graphics/top_home_off.gif"; 
     Highlight1 = new Image(); 
     Highlight1.src = "graphics/top_home_high.gif";
    
     Normal2 = new Image(); 
     Normal2.src="graphics/top_library_off.gif"; 
     Highlight2 = new Image(); 
     Highlight2.src = "graphics/top_library_high.gif";
     
     Normal3 = new Image(); 
     Normal3.src="graphics/top_brochure_off.gif"; 
     Highlight3 = new Image(); 
     Highlight3.src = "graphics/top_brochure_high.gif";
     
     Normal4 = new Image(); 
     Normal4.src="graphics/top_infodesk_off.gif"; 
     Highlight4 = new Image(); 
     Highlight4.src = "graphics/top_infodesk_high.gif";
    
     Normal5 = new Image(); 
     Normal5.src="graphics/top_portfolio_off.gif"; 
     Highlight5 = new Image(); 
     Highlight5.src = "graphics/top_portfolio_high.gif";
     
     Normal6 = new Image(); 
     Normal6.src="graphics/top_commission_off.gif"; 
     Highlight6 = new Image(); 
     Highlight6.src = "graphics/top_commission_high.gif";
    
     Normal7 = new Image(); 
     Normal7.src="graphics/top_contact_off.gif"; 
     Highlight7 = new Image(); 
     Highlight7.src = "graphics/top_contact_high.gif";
    
     function Rollover(Imgno,Imgob)
     {
      window.document.images[Imgno].src = Imgob.src;
     }

