if (document.images)
	{
	dildoson= new Image(159,21);
	dildoson.src="images/dildos-on.gif";  
	dildosoff= new Image(159,21);
	dildosoff.src="images/dildos-off.gif";
	dildosmessage= "Dildos";	

	vibratorson= new Image(159,21);
	vibratorson.src="images/vibrators-on.gif";  
	vibratorsoff= new Image(159,21);
	vibratorsoff.src="images/vibrators-off.gif";
	vibratorsmessage= "Vibrators";	

	boys_toyson= new Image(159,21);
	boys_toyson.src="images/boys-toys-on.gif";  
	boys_toysoff= new Image(159,21);
	boys_toysoff.src="images/boys-toys-off.gif";
	boys_toysmessage= "Boys Toys";	

	love_dollson= new Image(159,21);
	love_dollson.src="images/love-dolls-on.gif";  
	love_dollsoff= new Image(159,21);
	love_dollsoff.src="images/love-dolls-off.gif";
	love_dollsmessage= "Love Dolls";	

	anal_stimulatorson= new Image(159,21);
	anal_stimulatorson.src="images/anal-stimulators-on.gif";  
	anal_stimulatorsoff= new Image(159,21);
	anal_stimulatorsoff.src="images/anal-stimulators-off.gif";
	anal_stimulatorsmessage= "Anal Stimulators";	

	bondageon= new Image(159,21);
	bondageon.src="images/bondage-on.gif";  
	bondageoff= new Image(159,21);
	bondageoff.src="images/bondage-off.gif";
	bondagemessage= "Bondage";	

	lubes_lotionson= new Image(159,21);
	lubes_lotionson.src="images/lubes-lotions-on.gif";  
	lubes_lotionsoff= new Image(159,21);
	lubes_lotionsoff.src="images/lubes-lotions-off.gif";
	lubes_lotionsmessage= "Lubes & Lotions";	

	videos_dvdon= new Image(159,21);
	videos_dvdon.src="images/videos-dvd-on.gif";  
	videos_dvdoff= new Image(159,21);
	videos_dvdoff.src="images/videos-dvd-off.gif";
	videos_dvdmessage= "Videos & DVDs";	

	clothingon= new Image(159,21);
	clothingon.src="images/clothing-on.gif";  
	clothingoff= new Image(159,21);
	clothingoff.src="images/clothing-off.gif";
	clothingmessage= "Clothing";	
	
	viewcarton= new Image(191,35);
	viewcarton.src="images/viewcart-on.gif";  
	viewcartoff= new Image(191,35);
	viewcartoff.src="images/viewcart-off.gif";
	viewcartmessage= "View Cart";
	}


function activate(imgName)
	{
	if (document.images)
		{
		imgOn=eval(imgName + "on.src");
		document[imgName].src= imgOn;
		imgMess=eval(imgName + "message");
		window.status=imgMess;
		}
	}

function deactivate(imgName)
	{
	if (document.images)
		{
		imgOff=eval(imgName + "off.src");
		document[imgName].src= imgOff;
		window.status="";
		}
	}