/*function SwitchImageLoop(myImages, name)
 { if (myImages.current_image<(myImages.length-1))
    myImages.current_image++;
   else
    myImages.current_image=0;
   document[name].src=myImages[myImages.current_image].src;
  }*/

function SwitchImages(NewImage, ImageName)
 {document[ImageName].src=NewImage.src
  }
 
{
/*Kay=new Array();
 Array.prototype.current_image=0;
 for (i=0; i<5; i++)
  { Kay[i]=new Image();
    Kay[i].src="SLIDINGZONE/IMAGES/Kay" + (i+1) + ".jpg";
   };*/ 
 Tabs_On = new Image()
 Tabs_On.src ="SLIDINGZONE/IMAGES/tabs_on.gif"
 Tabs_Off = new Image()
 Tabs_Off.src ="SLIDINGZONE/IMAGES/tabs_off.gif"
 
 Links_On = new Image()
 Links_On.src ="SLIDINGZONE/IMAGES/links_on.gif"
 Links_Off = new Image()
 Links_Off.src ="SLIDINGZONE/IMAGES/links_off.gif"
 
 Sounds_On = new Image()
 Sounds_On.src ="SLIDINGZONE/IMAGES/sounds_on.gif"
 Sounds_Off = new Image()
 Sounds_Off.src ="SLIDINGZONE/IMAGES/sounds_off.gif"
 
 Praise_On = new Image()
 Praise_On.src ="SLIDINGZONE/IMAGES/praise_on.gif"
 Praise_Off = new Image()
 Praise_Off.src ="SLIDINGZONE/IMAGES/praise_off.gif"
 
 BB_On = new Image()
 BB_On.src ="SLIDINGZONE/IMAGES/BB_Logo_on.gif"
 BB_Off = new Image()
 BB_Off.src ="SLIDINGZONE/IMAGES/BB_Logo_off.gif"
 }  