<!-- Hide
if (document.images) {
  image1on = new Image();
  image1on.src = "images/nav_about_us_on.gif";
  image2on = new Image();
  image2on.src = "images/nav_statues_on.gif";
  image3on = new Image();
  image3on.src = "images/nav_sections_on.gif";
  image4on = new Image();
  image4on.src = "images/nav_membership_on.gif";
  image5on = new Image();
  image5on.src = "images/nav_events_on.gif";
  image6on = new Image();
  image6on.src = "images/nav_partners_on.gif";
  image7on = new Image();
  image7on.src = "images/nav_links_on.gif";
  image8on = new Image();
  image8on.src = "images/nav_email_on.gif";  
    
  image1off = new Image();
  image1off.src = "images/nav_about_us_off.gif";
  image2off = new Image();
  image2off.src = "images/nav_statues_off.gif";
  image3off = new Image();
  image3off.src = "images/nav_sections_off.gif";
  image4off = new Image();
  image4off.src = "images/nav_membership_off.gif";
  image5off = new Image();
  image5off.src = "images/nav_events_off.gif";
  image6off = new Image();
  image6off.src = "images/nav_partners_off.gif";
  image7off = new Image();
  image7off.src = "images/nav_links_off.gif";
  image8off = new Image();
  image8off.src = "images/nav_email_off.gif";

  s1on = new Image();
  s1on.src = "images/s_welcome.gif";
  s_off = new Image();
  s_off.src = "images/s_logo3.gif";
  s2on = new Image();
  s2on.src = "images/s_statut.gif";
  s3on = new Image();
  s3on.src = "images/s_sections.gif";
  s4on = new Image();
  s4on.src = "images/s_members.gif";
  s5on = new Image();
  s5on.src = "images/s_events.gif";
  s6on = new Image();
  s6on.src = "images/s_partners.gif";
  s7on = new Image();
  s7on.src = "images/s_links.gif";

  history_on = new Image();
  history_on.src = "images/h_nav_history_on.gif";
  history_off = new Image();
  history_off.src = "images/h_nav_history_off.gif";
  sponsors_on = new Image();
  sponsors_on.src = "images/h_nav_sponsors_on.gif";
  sponsors_off = new Image();
  sponsors_off.src = "images/h_nav_sponsors_off.gif";
  sgnup_on = new Image();
  sgnup_on.src = "images/h_nav_sign-up_on.gif";
  sgnup_off = new Image();
  sgnup_off.src = "images/h_nav_sign-up_off.gif";
  
}
function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
// -->


