<!--

  if (document.images)
   {
     pic1on= new Image(168,15);
     pic1on.src="images/buttons/nav_bacon_on.gif";
     pic2on= new Image(168,15);
     pic2on.src="images/buttons/nav_jerky_on.gif";
     pic3on= new Image(168,15);
     pic3on.src="images/buttons/nav_chicken_on.gif";
     pic4on= new Image(168,15);
     pic4on.src="images/buttons/nav_ham_on.gif";
     pic5on= new Image(168,15);
     pic5on.src="images/buttons/nav_sausage_on.gif";
     pic6on= new Image(168,15);
     pic6on.src="images/buttons/nav_turkey_on.gif";
     pic7on= new Image(168,15);
     pic7on.src="images/buttons/nav_cheddar_on.gif";
     pic8on= new Image(168,15);
     pic8on.src="images/buttons/nav_smkcheese_on.gif";
     pic9on= new Image(168,15);
     pic9on.src="images/buttons/nav_spreads_on.gif";
     pic10on= new Image(168,15);
     pic10on.src="images/buttons/nav_syrup_on.gif";
     pic11on= new Image(168,15);
     pic11on.src="images/buttons/nav_mustard_on.gif";
     pic12on= new Image(168,15);
     pic12on.src="images/buttons/nav_lamb_on.gif";
     pic13on= new Image(168,15);
     pic13on.src="images/buttons/nav_pchops_on.gif";
     pic14on= new Image(168,15);
     pic14on.src="images/buttons/nav_tenderloin_on.gif";
     pic15on= new Image(168,15);
     pic15on.src="images/buttons/nav_gcd_on.gif";
     pic16on= new Image(168,15);
     pic16on.src="images/buttons/nav_redeem_gcd_on.gif";


     pic1off= new Image(168,15);
     pic1off.src="images/buttons/nav_bacon.gif";
     pic2off= new Image(168,15);
     pic2off.src="images/buttons/nav_jerky.gif";
     pic3off= new Image(168,15);
     pic3off.src="images/buttons/nav_chicken.gif";
     pic4off= new Image(168,15);
     pic4off.src="images/buttons/nav_ham.gif";
     pic5off= new Image(168,15);
     pic5off.src="images/buttons/nav_sausage.gif";
     pic6off= new Image(168,15);
     pic6off.src="images/buttons/nav_turkey.gif";
     pic7off= new Image(168,15);
     pic7off.src="images/buttons/nav_cheddar.gif";
     pic8off= new Image(168,15);
     pic8off.src="images/buttons/nav_smkcheese.gif";
     pic9off= new Image(168,15);
     pic9off.src="images/buttons/nav_spreads.gif";
     pic10off= new Image(168,15);
     pic10off.src="images/buttons/nav_syrup.gif";
     pic11off= new Image(168,15);
     pic11off.src="images/buttons/nav_mustard.gif";
     pic12off= new Image(168,15);
     pic12off.src="images/buttons/nav_lamb.gif";
     pic13off= new Image(168,15);
     pic13off.src="images/buttons/nav_pchops.gif";
     pic14off= new Image(168,15);
     pic14off.src="images/buttons/nav_tenderloin.gif";
     pic15off= new Image(168,15);
     pic15off.src="images/buttons/nav_gcd.gif";
     pic16off= new Image(168,15);
     pic16off.src="images/buttons/nav_redeem_gcd.gif";

   }

function turnon(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;
    }
 }

//-->
