<!--

// Preload  Images
if (document.images) {
  about_on = new Image(); about_on.src = "../img/main/nav_about_on.gif";
  diseases_on = new Image(); diseases_on.src = "../img/main/nav_diseases_on.gif";
  howhelp_on = new Image(); howhelp_on.src = "../img/main/nav_howhelp_on2.gif";
  news_on = new Image(); news_on.src = "../img/main/nav_news_on.gif";
  research_on = new Image(); research_on.src = "../img/main/nav_research_on.gif";
  sci_ed_on = new Image(); sci_ed_on.src = "../img/main/nav_sci-ed_on.gif";
  training_on = new Image(); training_on.src = "../img/main/nav_training_on.gif";

  
}

//-->