homeOff = new Image();
homeOff.src = "images/homeOff.gif";
homeOn = new Image();
homeOn.src = "images/homeOn.gif";

productOff = new Image();
productOff.src = "images/productOff.gif";
productOn = new Image();
productOn.src = "images/productOn.gif";

contactOff = new Image();
contactOff.src = "images/contactOff.gif";
contactOn = new Image();
contactOn.src = "images/contactOn.gif";

faqsOff = new Image();
faqsOff.src = "images/faqsOff.gif";
faqsOn = new Image();
faqsOn.src = "images/faqsOn.gif";

opcostOff = new Image();
opcostOff.src = "images/opcostOff.gif";
opcostOn = new Image();
opcostOn.src = "images/opcostOn.gif";

financingOff = new Image();
financingOff.src = "images/financingOff.gif";
financingOn = new Image();
financingOn.src = "images/financingOn.gif";

newhomeOff = new Image();
newhomeOff.src = "images/newhomeOff.gif";
newhomeOn = new Image();
newhomeOn.src = "images/newhomeOn.gif";

historyOff = new Image();
historyOff.src = "images/historyOff.gif";
historyOn = new Image();
historyOn.src = "images/historyOn.gif";

oilOff = new Image();
oilOff.src = "images/oilOff.gif";
oilOn = new Image();
oilOn.src = "images/oilOn.gif";

function byt(place, imgName) 
	{
		document[place].src =eval(imgName + ".src"); 
	} 
