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

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

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

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

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