if (document.images)
	{

	aboutuson= new Image(120,20);
	aboutuson.src="images/b_on_aboutus.gif";  
	aboutusoff= new Image(120,20);
	aboutusoff.src="images/b_off_aboutus.gif";
	aboutusmessage= "About Yardscrapers UK  Maxiscrape specialists and premier dealer";

	productson= new Image(120,20);
	productson.src="images/b_on_products.gif";  
	productsoff= new Image(120,20);
	productsoff.src="images/b_off_products.gif";
	productsmessage= "The Maxiscrape yard scraper";

	priceson= new Image(120,20);
	priceson.src="images/b_on_prices.gif";  
	pricesoff= new Image(120,20);
	pricesoff.src="images/b_off_prices.gif";
	pricesmessage= "Prices of our products";

	customerson= new Image(120,20);
	customerson.src="images/b_on_customers.gif";  
	customersoff= new Image(120,20);
	customersoff.src="images/b_off_customers.gif";
	customersmessage= "Our customers who are using our yard scraping products";

	testimonialson= new Image(120,20);
	testimonialson.src="images/b_on_testimonials.gif";  
	testimonialsoff= new Image(120,20);
	testimonialsoff.src="images/b_off_testimonials.gif";
	testimonialsmessage= "What customers are saying about us and our products";

	linkson= new Image(120,20);
	linkson.src="images/b_on_links.gif";  
	linksoff= new Image(120,20);
	linksoff.src="images/b_off_links.gif";
	linksmessage= "Useful links to other web sites";

	enquirieson= new Image(120,20);
	enquirieson.src="images/b_on_enquiries.gif";  
	enquiriesoff= new Image(120,20);
	enquiriesoff.src="images/b_off_enquiries.gif";
	enquiriesmessage= "For more information please contact us";

	homepageon= new Image(120,20);
	homepageon.src="images/b_on_homepage.gif";  
	homepageoff= new Image(120,20);
	homepageoff.src="images/b_off_homepage.gif";
	homepagemessage= "Go 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="Yardscrapers UK - Maxiscrape specialist and premier dealer";
		}
	}

