
// preload navigation images:

        if (document.images) {

		france_on = new Image();
                france_on.src = "images/france_on.gif";
                france_off = new Image();
                france_off.src = "images/france_off.gif";
                
                uk_on = new Image();
		uk_on.src = "images/uk_on.gif";
		uk_off = new Image();
                uk_off.src = "images/uk_off.gif";
                
                spain_on = new Image();
		spain_on.src = "images/spain_on.gif";
		spain_off = new Image();
                spain_off.src = "images/spain_off.gif";
                
		china_on = new Image();
		china_on.src = "images/china_on.gif";
		china_off = new Image();
		china_off.src = "images/china_off.gif";
		
		fluid_on = new Image();
		fluid_on.src = "images/fluidon.gif";
		fluid_off = new Image();
		fluid_off.src = "images/fluidoff.gif";


		audit_on = new Image();
		audit_on.src = "images/auditon.gif";
		audit_off = new Image();
		audit_off.src = "images/auditoff.gif";


		enviro_on = new Image();
		enviro_on.src = "images/envon.gif";
		enviro_off = new Image();
		enviro_off.src = "images/envoff.gif";


		main_on = new Image();
		main_on.src = "images/mainon.gif";
		main_off = new Image();
		main_off.src = "images/mainoff.gif";


		fab_on = new Image();
		fab_on.src = "images/fabon.gif";
		fab_off = new Image();
		fab_off.src = "images/faboff.gif";


		con_on = new Image();
		con_on.src = "images/conon.gif";
		con_off = new Image();
		con_off.src = "images/conoff.gif";
		
		
		
		solutions_on = new Image();
		solutions_on.src = "images/solutions_on.gif";
		solutions_off = new Image();
		solutions_off.src = "images/solutions_off.gif";

		about_on = new Image();
		about_on.src = "images/about_on.gif";
		about_off = new Image();
		about_off.src = "images/about_off.gif";

		clients_on = new Image();
		clients_on.src = "images/clients_on.gif";
		clients_off = new Image();
		clients_off.src = "images/clients_off.gif";

		markets_on = new Image();
		markets_on.src = "images/markets_on.gif";
		markets_off = new Image();
		markets_off.src = "images/markets_off.gif";

		careers_on = new Image();
		careers_on.src = "images/careers_on.gif";
		careers_off = new Image();
		careers_off.src = "images/careers_off.gif";

		partners_on = new Image();
		partners_on.src = "images/partners_on.gif";
		partners_off = new Image();
		partners_off.src = "images/partners_off.gif";

                
}
                        
function hiLite(imgID,changeID) {
                        
        if (document.images) {
        document.images[imgID].src = eval(changeID + ".src");
        return true;
        }
}



