	homeOn = new Image(150,30);
	homeOn.src = "images/home_on.gif";

	genOn = new Image(150,30);
	genOn.src = "images/gen_on.gif";

	nfpoOn = new Image(150,30);
	nfpoOn.src = "images/nfpo_on.gif";

	priceOn = new Image(150,30);
	priceOn.src = "images/price_on.gif";

	termOn = new Image(150,30);
	termOn.src = "images/term_on.gif";

	contactOn = new Image(150,30);
	contactOn.src = "images/contact_on.gif";

	wddOn = new Image(150,30);
	wddOn.src = "images/wdd_on.gif";

	btcOn = new Image(150,30);
	btcOn.src = "images/btc_on.gif";

	faqOn = new Image(150,30);
	faqOn.src = "images/faq_on.gif";

	domainOn = new Image(150,30);
	domainOn.src = "images/domain_on.gif";
	
	non_domainOn = new Image(150,30);
	non_domainOn.src = "images/non_domain_on.gif";

	downloadOn = new Image(150,30);
	downloadOn.src = "images/download_on.gif";

	homeOff = new Image(150,30);
	homeOff.src = "images/home.gif";

	genOff = new Image(150,30);
	genOff.src = "images/gen.gif";

	nfpoOff = new Image(150,30);
	nfpoOff.src = "images/nfpo.gif";

	priceOff = new Image(150,30);
	priceOff.src = "images/price.gif";

	termOff = new Image(150,30);
	termOff.src = "images/term.gif";

	contactOff = new Image(150,30);
	contactOff.src = "images/contact.gif";

	wddOff = new Image(150,30);
	wddOff.src = "images/wdd.gif";

	btcOff = new Image(150,30);
	btcOff.src = "images/btc.gif";

	faqOff = new Image(150,30);
	faqOff.src = "images/faq.gif";

	domainOff = new Image(150,30);
	domainOff.src = "images/domain.gif";
	
	non_domainOff = new Image(150,30);
	non_domainOff.src = "images/non_domain.gif";
	
	downloadOff = new Image(150,30);
	downloadOff.src = "images/download.gif";

	function on(img) {
	imgOn=eval (img + "On.src");
   	document[img].src = imgOn;
	}

	function off(img) {
	imgOff=eval (img + "Off.src");
   	document[img].src = imgOff;
	}