<!--
  if (document.images)
   {
     image_off= new Image(854,121);
     image_off.src="images/group_all_mine.png";  

     image2= new Image(854,121);
     image2.src="images/group_small_bunch.png";
     image3= new Image(854,121);
     image3.src="images/group_perfect_pair.png";  
     image4= new Image(854,121);
     image4.src="images/group_party_patrons.png";
   }

function change1(picName,imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + ".src");
      document[picName].src= imgOn;
    }
 }
//-->
