<!-- this javascript preloads primary nav images and sets up rollovers -->
<!--
if (document.images) {
  home_down = new Image;
  home_up = new Image;
  about_down = new Image;
  about_up = new Image;
  community_down = new Image;
  community_up = new Image;
  calendar_down = new Image;
  calendar_up = new Image;
  enrollment_down = new Image;
  enrollment_up = new Image;
  contactus_down = new Image;
  contactus_up = new Image;

  home_down.src = "/graphics/home_down.gif";
  home_up.src = "/graphics/home_up.gif";
  about_down.src = "/graphics/about_down.gif";
  about_up.src = "/graphics/about_up.gif";
  community_down.src = "/graphics/community_down.gif";
  community_up.src = "/graphics/community_up.gif";
  calendar_down.src = "/graphics/calendar_down.gif";
  calendar_up.src = "/graphics/calendar_up.gif";
  enrollment_down.src = "/graphics/enrollment_down.gif";
  enrollment_up.src = "/graphics/enrollment_up.gif";
  contactus_down.src = "/graphics/contactus_down.gif";
  contactus_up.src = "/graphics/contactus_up.gif";
  }

else{
  home_down = "";
  home_up = "";
  about_down = "";
  about_up = "";
  community_down = "";
  community_up = "";
  calendar_down = "";
  calendar_up = "";
  enrollment_down = "";
  enrollment_up = "";
  contactus_down = "";
  contactus_up = "";
}
//-->