if (document.images)
	{
	aboutuson= new Image(71,12);
	aboutuson.src="images/b_on_aboutus.gif";  
	aboutusoff= new Image(71,12);
	aboutusoff.src="images/b_off_aboutus.gif";
	aboutusmessage= "Our company profile";
	
	contactuson= new Image(80,12);
	contactuson.src="images/b_on_contactus.gif";  
	contactusoff= new Image(80,12);
	contactusoff.src="images/b_off_contactus.gif";
	contactusmessage= "For more information please contact us";
	
	orderingon= new Image(80,12);
	orderingon.src="images/b_on_ordering.gif";  
	orderingoff= new Image(80,12);
	orderingoff.src="images/b_off_ordering.gif";
	orderingmessage= "How to order from this web site";
	
	remindmeon= new Image(80,12);
	remindmeon.src="images/b_on_remindme.gif";  
	remindmeoff= new Image(80,12);
	remindmeoff.src="images/b_off_remindme.gif";
	remindmemessage= "Use our online reminder system";
	
	sitesafetyon= new Image(80,12);
	sitesafetyon.src="images/b_on_sitesafety.gif";  
	sitesafetyoff= new Image(80,12);
	sitesafetyoff.src="images/b_off_sitesafety.gif";
	sitesafetymessage= "Safety information about our site";
	
	viewbasketon= new Image(80,12);
	viewbasketon.src="images/b_on_viewbasket.gif";  
	viewbasketoff= new Image(80,12);
	viewbasketoff.src="images/b_off_viewbasket.gif";
	viewbasketmessage= "View the contents of your shopping basket";
	
	solutionon= new Image(121,19);
	solutionon.src="images/b_on_solution.gif";  
	solutionoff= new Image(121,19);
	solutionoff.src="images/b_off_solution.gif";
	solutionmessage= "Our range of contact lens solutions";
	
	dailyon= new Image(121,19);
	dailyon.src="images/b_on_daily.gif";  
	dailyoff= new Image(121,19);
	dailyoff.src="images/b_off_daily.gif";
	dailymessage= "Our range of contact lenses that you change daily";
	
	fortnightlyon= new Image(121,19);
	fortnightlyon.src="images/b_on_fortnightly.gif";  
	fortnightlyoff= new Image(121,19);
	fortnightlyoff.src="images/b_off_fortnightly.gif";
	fortnightlymessage= "Our range of contact lenses that you change fortnightly";
	
	monthlyon= new Image(121,19);
	monthlyon.src="images/b_on_monthly.gif";  
	monthlyoff= new Image(121,19);
	monthlyoff.src="images/b_off_monthly.gif";
	monthlymessage= "Our range of contact lenses that you change monthly";
	
	noveltyon= new Image(121,19);
	noveltyon.src="images/b_on_novelty.gif";  
	noveltyoff= new Image(121,19);
	noveltyoff.src="images/b_off_novelty.gif";
	noveltymessage= "Our range of novelty and fun contact lenses";
	
	bifocalon= new Image(121,19);
	bifocalon.src="images/b_on_bifocals.gif";  
	bifocaloff= new Image(121,19);
	bifocaloff.src="images/b_off_bifocals.gif";
	bifocalmessage= "Our range of bifocal contact lenses";
	
	toricon= new Image(121,19);
	toricon.src="images/b_on_toric.gif";  
	toricoff= new Image(121,19);
	toricoff.src="images/b_off_toric.gif";
	toricmessage= "Our range of bifocal contact lenses";
	
	designeron= new Image(121,19);
	designeron.src="images/b_on_des_glasses.gif";  
	designeroff= new Image(121,19);
	designeroff.src="images/b_off_des_glasses.gif";
	designermessage= "Our range of designer glasses";
	
	accessorieson= new Image(121,19);
	accessorieson.src="images/b_on_accessories.gif";  
	accessoriesoff= new Image(121,19);
	accessoriesoff.src="images/b_off_accessories.gif";
	accessoriesmessage= "Our range of accessories";
	
	sunon= new Image(121,19);
	sunon.src="images/b_on_sun_glasses.gif";  
	sunoff= new Image(121,19);
	sunoff.src="images/b_off_sun_glasses.gif";
	sunmessage= "Our range of sunglasses";
	
	specialon= new Image(121,19);
	specialon.src="images/b_on_special.gif";  
	specialoff= new Image(121,19);
	specialoff.src="images/b_off_special.gif";
	specialmessage= "Special spectacle lenses";

	oakleyon= new Image(121,19);
	oakleyon.src="images/b_on_oakley.gif";  
	oakleyoff= new Image(121,19);
	oakleyoff.src="images/b_off_oakley.gif";
	oakleymessage= "Our range of Oakley sunglasses";

	homeon= new Image(121,19);
	homeon.src="images/b_on_home.gif";  
	homeoff= new Image(121,19);
	homeoff.src="images/b_off_home.gif";
	homemessage= "Return to our home page";

    }

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="";
		}
	}