  /*********************************************************
  * Dallas Services SubNav menu image swap _ by Michael Bell
  **********************************************************/
  /* First we preload the images */

   /* Set up images (show up onmouseover) */
   affiliations_on= new Image();
   affiliations_on.src="images/sub_nav/affiliations_on.jpg";

   employment_on= new Image();
   employment_on.src="images/sub_nav/employment_on.jpg";

   leadership_on= new Image();
   leadership_on.src="images/sub_nav/leadership_on.jpg";
   
   news_on= new Image();
   news_on.src="images/sub_nav/news_on.jpg";

   contact_on= new Image();
   contact_on.src="images/sub_nav/contact_on.jpg";

   // Set "off" images (onmouseout)
   affiliations_off= new Image();
   affiliations_off.src="images/sub_nav/affiliations_off.jpg";

   employment_off= new Image();
   employment_off.src="images/sub_nav/employment_off.jpg";

   leadership_off= new Image();
   leadership_off.src="images/sub_nav/leadership_off.jpg";
   
   news_off= new Image();
   news_off.src="images/sub_nav/news_off.jpg";

   contact_off= new Image();
   contact_off.src="images/sub_nav/contact_off.jpg";