   shopon=new Image();
   shopon.src="./images/shop_on.jpg";
   shopoff=new Image();
   shopoff.src="./images/shop_off.jpg";
   
   enrollon=new Image();
   enrollon.src="./images/enroll_on.jpg";
   enrolloff=new Image();
   enrolloff.src="./images/enroll_off.jpg";

   enroll2on=new Image();
   enroll2on.src="./images/enroll_on.jpg";
   enroll2off=new Image();
   enroll2off.src="./images/enroll_off.jpg";

   contacton=new Image();
   contacton.src="../images/contact_on.jpg";
   contactoff=new Image();
   contactoff.src="../images/contact_off.jpg";
   
   clickme1on=new Image();
   clickme1on.src="../images/selection_on.jpg";
   clickme1off=new Image();
   clickme1off.src="../images/selection_off.jpg";
   
   clickme2on=new Image();
   clickme2on.src="../images/selection_on.jpg";
   clickme2off=new Image();
   clickme2off.src="../images/selection_off.jpg";
   
   function active(item)
      {
         imgOn=eval(item+"on.src");
         document [item].src=imgOn
      }
   function inactive(item)
      {
         imgOff=eval(item+"off.src");
         document [item].src=imgOff
      }
   function to_shop()
      {
      }
   function to_enroll()
      {
      }
   function to_enroll2()
      {
      }
   function to_contact()
      {
      }
   function to_clickme1()
      {
      }
   function to_clickme2()
      {
      }
   function over_shop()
      {
         window.status="Please click here to get to the 4Life Product Page."
      }
   function over_enroll()
      {
         window.status="Join the 4Life family abd become a distributer yourself."
      }
   function over_enroll2()
      {
         window.status="Join the 4Life family abd become a distributer yourself."
      }
   function over_contact()
      {
         window.status="Please contact me and let me know what you think."
      }
   function over_clickme1()
      {
         window.status="Select me please."
      }
   function over_clickme2()
      {
         window.status="Select me please."
      }