     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";
     
     
     Normal10 = new Image(); 
     Normal10.src="../graphics/index_button_search.gif"; 
     Highlight10 = new Image(); 
     Highlight10.src = "../graphics/index_button_search_on.gif";
    
     Normal11 = new Image(); 
     Normal11.src="../graphics/index_button_browse.gif"; 
     Highlight11 = new Image(); 
     Highlight11.src = "../graphics/index_button_browse_on.gif";
     
     Normal12 = new Image(); 
     Normal12.src="../graphics/index_button_setup.gif"; 
     Highlight12 = new Image(); 
     Highlight12.src = "../graphics/index_button_setup_on.gif";
     
     Normal13 = new Image(); 
     Normal13.src="../graphics/index_button_login.gif"; 
     Highlight13 = new Image(); 
     Highlight13.src = "../graphics/index_button_login_on.gif";
     
     
     Normal20 = new Image(); 
     Normal20.src="../graphics/index_mail.gif"; 
     Highlight20 = new Image(); 
     Highlight20.src = "../graphics/index_mail_on.gif";
    
     function Rollover(Imgno,Imgob)
     {
      window.document.images[Imgno].src = Imgob.src;
     }
