if (document.images) {

 what_we_doon = new Image();
 what_we_doon.src = "/images/menu_what_we_do_on.gif";

 what_we_dooff = new Image();
 what_we_dooff.src = "/images/menu_what_we_do_off.gif";

 who_we_areon = new Image();
 who_we_areon.src = "/images/menu_who_we_are_on.gif";

 who_we_areoff = new Image();
 who_we_areoff.src = "/images/menu_who_we_are_off.gif";

 our_workon = new Image();
 our_workon.src = "/images/menu_our_work_on.gif";

 our_workoff = new Image();
 our_workoff.src = "/images/menu_our_work_off.gif";

 referenceson = new Image();
 referenceson.src = "/images/menu_references_on.gif";

 referencesoff = new Image();
 referencesoff.src = "/images/menu_references_off.gif";

 contact_uson = new Image();
 contact_uson.src = "/images/menu_contact_us_on.gif";

 contact_usoff = new Image();
 contact_usoff.src = "/images/menu_contact_us_off.gif";

 }
