isLoaded = false;

main_nav_who_we_are_off = new Image;
main_nav_who_we_are_off.src = js_root + "images/main_nav_who_we_are_off.gif";
main_nav_who_we_are_roll = new Image;
main_nav_who_we_are_roll.src = js_root + "images/main_nav_who_we_are_roll.gif";
main_nav_who_we_are_on = new Image;
main_nav_who_we_are_on.src = js_root + "images/main_nav_who_we_are_on.gif";

main_nav_what_we_do_off = new Image;
main_nav_what_we_do_off.src = js_root + "images/main_nav_what_we_do_off.gif";
main_nav_what_we_do_roll = new Image;
main_nav_what_we_do_roll.src = js_root + "images/main_nav_what_we_do_roll.gif";
main_nav_what_we_do_on = new Image;
main_nav_what_we_do_on.src = js_root + "images/main_nav_what_we_do_on.gif";

main_nav_our_clients_off = new Image;
main_nav_our_clients_off.src = js_root + "images/main_nav_our_clients_off.gif";
main_nav_our_clients_roll = new Image;
main_nav_our_clients_roll.src = js_root + "images/main_nav_our_clients_roll.gif";
main_nav_our_clients_on = new Image;
main_nav_our_clients_on.src = js_root + "images/main_nav_our_clients_on.gif";

main_nav_our_locations_off = new Image;
main_nav_our_locations_off.src = js_root + "images/main_nav_our_locations_off.gif";
main_nav_our_locations_roll = new Image;
main_nav_our_locations_roll.src = js_root + "images/main_nav_our_locations_roll.gif";
main_nav_our_locations_on = new Image;
main_nav_our_locations_on.src = js_root + "images/main_nav_our_locations_on.gif";

main_nav_careers_off = new Image;
main_nav_careers_off.src = js_root + "images/main_nav_careers_off.gif";
main_nav_careers_roll = new Image;
main_nav_careers_roll.src = js_root + "images/main_nav_careers_roll.gif";
main_nav_careers_on = new Image;
main_nav_careers_on.src = js_root + "images/main_nav_careers_on.gif";

main_nav_contact_us_off = new Image;
main_nav_contact_us_off.src = js_root + "images/main_nav_contact_us_off.gif";
main_nav_contact_us_roll = new Image;
main_nav_contact_us_roll.src = js_root + "images/main_nav_contact_us_roll.gif";
main_nav_contact_us_on = new Image;
main_nav_contact_us_on.src = js_root + "images/main_nav_contact_us_on.gif";

isLoaded = true;