

// PRE-LOAD 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";
associations_off = new Image();
associations_off.src = "/images/associations_off.gif";
associations_on = new Image();
associations_on.src = "/images/associations_on.gif";
careers_off = new Image();
careers_off.src = "/images/careers_off.gif";
careers_on = new Image();
careers_on.src = "/images/careers_on.gif";
comp_off = new Image();
comp_off.src = "/images/comp_off.gif";
comp_on = new Image();
comp_on.src = "/images/comp_on.gif";
get_involved_off = new Image();
get_involved_off.src = "/images/get_involved_off.gif";
get_involved_on = new Image();
get_involved_on.src = "/images/get_involved_on.gif";
loc_off = new Image();
loc_off.src = "/images/loc_off.gif";
loc_on = new Image();
loc_on.src = "/images/loc_on.gif";
news_off = new Image();
news_off.src = "/images/news_off.gif";
news_on = new Image();
news_on.src = "/images/news_on.gif";
rules_off = new Image();
rules_off.src = "/images/rules_off.gif";
rules_on = new Image();
rules_on.src = "/images/rules_on.gif";
photos_off = new Image();
photos_off.src = "/images/photos_off.gif";
photos_on = new Image();
photos_on.src = "/images/photos_on.gif";
prizes_off = new Image();
prizes_off.src = "/images/prizes_off.gif";
prizes_on = new Image();
prizes_on.src = "/images/prizes_on.gif";
registration_off = new Image();
registration_off.src = "/images/registration_off.gif";
registration_on = new Image();
registration_on.src = "/images/registration_on.gif";
schedule_off = new Image();
schedule_off.src = "/images/schedule_off.gif";
schedule_on = new Image();
schedule_on.src = "/images/schedule_on.gif";
sponsors_off = new Image();
sponsors_off.src = "/images/sponsors_off.gif";
sponsors_on = new Image();
sponsors_on.src = "/images/sponsors_on.gif";

becoming_off = new Image();
becoming_off.src = "/images/becoming_off.gif";
becoming_on = new Image();
becoming_on.src = "/images/becoming_on.gif";
current_sponsors_off = new Image();
current_sponsors_off.src = "/images/current_sponsors_off.gif";
current_sponsors_on = new Image();
current_sponsors_on.src = "/images/current_sponsors_on.gif";

participating_off = new Image();
participating_off.src = "/images/participating_off.gif";
participating_on = new Image();
participating_on.src = "/images/participating_on.gif";
}

function imgFlip(imageName,imageSrc) {
  if (document.images)
    document.images[imageName].src = eval(imageSrc + ".src");
}