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

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

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

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

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