<!--

  if (document.images)
   {
     pic1on= new Image();
     pic1on.src="/Buttons/Map_02.jpg";  
     pic2on= new Image();
     pic2on.src="/Buttons/Contact_Us_02.jpg";  
     pic3on= new Image();
     pic3on.src="/Buttons/Who_we_are_02.jpg";  
     pic4on= new Image();
     pic4on.src="/Buttons/Mission&Vision_02.jpg";  
     pic5on= new Image();
     pic5on.src="/Buttons/Dogs_for_Adoption_02.jpg";  
     pic6on= new Image();
     pic6on.src="/Buttons/Cats_for_Adoption_02.jpg";  
     pic7on= new Image();
     pic7on.src="/Buttons/Links_02.jpg";  
     pic8on= new Image();
     pic8on.src="/Buttons/Events_02.jpg";  
     pic9on= new Image();
     pic9on.src="/Buttons/Newsletter_02.jpg";  
     pic10on= new Image();
     pic10on.src="/Buttons/Happy_Tails_02.jpg";  
     pic11on= new Image();
     pic11on.src="/Buttons/Programs_02.jpg";  
     pic12on= new Image();
     pic12on.src="/Buttons/Prices&Services_02.jpg";  
     pic13on= new Image();
     pic13on.src="/Buttons/Membership_02.jpg";  
     pic14on= new Image();
     pic14on.src="/Buttons/Financial_Support_02.jpg";  
     pic15on= new Image();
     pic15on.src="/Buttons/Volunteer_02.jpg";  
     pic16on= new Image();
     pic16on.src="/Buttons/Wish_list_02.jpg";  
     pic17on= new Image();
     pic17on.src="/Buttons/Shopping_02.jpg";  
     pic18on= new Image();
     pic18on.src="/Buttons/Leadership_02.jpg";  
     pic19on= new Image();
     pic19on.src="/Buttons/Resources_02.jpg";  

     pic1off= new Image();
     pic1off.src="/Buttons/Map_01.jpg";
     pic2off= new Image();
     pic2off.src="/Buttons/Contact_Us_01.jpg";
     pic3off= new Image();
     pic3off.src="/Buttons/Who_we_are_01.jpg";
     pic4off= new Image();
     pic4off.src="/Buttons/Mission&Vision_01.jpg";
     pic5off= new Image();
     pic5off.src="/Buttons/Dogs_for_Adoption_01.jpg";
     pic6off= new Image();
     pic6off.src="/Buttons/Cats_for_Adoption_01.jpg";
     pic7off= new Image();
     pic7off.src="/Buttons/Links_01.jpg";
     pic8off= new Image();
     pic8off.src="/Buttons/Events_01.jpg";
     pic9off= new Image();
     pic9off.src="/Buttons/Newsletter_01.jpg";
     pic10off= new Image();
     pic10off.src="/Buttons/Happy_Tails_01.jpg";
     pic11off= new Image();
     pic11off.src="/Buttons/Programs_01.jpg";
     pic12off= new Image();
     pic12off.src="/Buttons/Prices&Services_01.jpg";
     pic13off= new Image();
     pic13off.src="/Buttons/Membership_01.jpg";
     pic14off= new Image();
     pic14off.src="/Buttons/Financial_Support_01.jpg";
     pic15off= new Image();
     pic15off.src="/Buttons/Volunteer_01.jpg";
     pic16off= new Image();
     pic16off.src="/Buttons/Wish_list_01.jpg";
     pic17off= new Image();
     pic17off.src="/Buttons/Shopping_01.jpg";
     pic18off= new Image();
     pic18off.src="/Buttons/Leadership_01.jpg";
     pic19off= new Image();
     pic19off.src="/Buttons/Resources_01.jpg";

   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

//-->
