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

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

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

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

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