	img0off = new Image();	img0off.src = "images/button_home_off.png";
	img1off = new Image();	img1off.src = "images/button_ourproducts_off.png";
	img2off = new Image();	img2off.src = "images/button_ourservices_off.png";
	img3off = new Image();	img3off.src = "images/button_moreaboutus_off.png";
	img4off = new Image();	img4off.src = "images/button_whereweare_off.png";
	img5off = new Image();	img5off.src = "images/button_contact_off.png";
	img6off = new Image();	img6off.src = "images/button_lodge_off.png";
	img7off = new Image();	img7off.src = "images/button_chainsaw_off.png";

	img0on = new Image();	img0on.src = "images/button_home_on.png";
	img1on = new Image();	img1on.src = "images/button_ourproducts_on.png";
	img2on = new Image();	img2on.src = "images/button_ourservices_on.png";
	img3on = new Image();	img3on.src = "images/button_moreaboutus_on.png";
	img4on = new Image();	img4on.src = "images/button_whereweare_on.png";
	img5on = new Image();	img5on.src = "images/button_contact_on.png";
	img6on = new Image();	img6on.src = "images/button_lodge_on.png";
	img7on = new Image();	img7on.src = "images/button_chainsaw_on.png";

	function imgOn(w) {
		document.images[w].src = eval(w + "on.src");
		}

	function imgOff(w) {
		document.images[w].src = eval(w + "off.src");
		}