
// preload navigation images:

        if (document.images) {

		about_on = new Image();
                about_on.src = "images/about_on.gif";
                about_off = new Image();
                about_off.src = "images/about_off.gif";
                
                business_on = new Image();
		business_on.src = "images/business_on.gif";
		business_off = new Image();
                business_off.src = "images/business_off.gif";
                
                press_on = new Image();
		press_on.src = "images/press_on.gif";
		press_off = new Image();
                press_off.src = "images/press_off.gif";
                
                investor_on = new Image();
		investor_on.src = "images/investor_on.gif";
		investor_off = new Image();
                investor_off.src = "images/investor_off.gif";
                
                contact_on = new Image();
		contact_on.src = "images/contact_on.gif";
		contact_off = new Image();
                contact_off.src = "images/contact_off.gif";
                

                solutions_on = new Image();
		solutions_on.src = "images/solutions_on.gif";
		solutions_off = new Image();
                solutions_off.src = "images/solutions_off.gif";
                
                partners_on = new Image();
		partners_on.src = "images/partners_on.gif";
		partners_off = new Image();
                partners_off.src = "images/partners_off.gif";
                
                newspress_on = new Image();
		newspress_on.src = "images/newspress_on.gif";
		newspress_off = new Image();
                newspress_off.src = "images/newspress_off.gif";
                
                events_on = new Image();
		events_on.src = "images/events_on.gif";
		events_off = new Image();
                events_off.src = "images/events_off.gif";
                
                support_on = new Image();
		support_on.src = "images/support_on.gif";
		support_off = new Image();
                support_off.src = "images/support_off.gif";
                
              
                
}
                        
function hiLite(imgID,changeID) {
                        
        if (document.images) {
        document.images[imgID].src = eval(changeID + ".src");
        return true;
        }
}



