// JavaScript Document

if (document.images) {
	homeoff = new Image;
	homehover = new Image;
	aboutoff = new Image;
	abouthover = new Image;
	installationoff = new Image;
	installationhover = new Image;
	servicingoff = new Image;
	servicinghover = new Image;
	contactoff = new Image;
	contacthover = new Image;
	
	homeoff.src = "rollovers/homeoff.gif";
	homehover.src = "rollovers/homeon.gif";
	aboutoff.src = "rollovers/aboutoff.gif";
	abouthover.src = "rollovers/abouton.gif";
	installationoff.src = "rollovers/installationoff.gif";
	installationhover.src = "rollovers/installationon.gif";
	servicingoff.src = "rollovers/servicingoff.gif";
	servicinghover.src = "rollovers/servicingon.gif";
	contactoff.src = "rollovers/contactoff.gif";
	contacthover.src = "rollovers/contacton.gif";
}

else {
	homeoff = "";
	homehover = "";
	aboutoff = "";
	abouthover = "";
	installationoff = "";
	installationhover = "";
	servicingoff = "";
	servicinghover = "";
	contactoff = "";
	contacthover = "";
	
	document.home = "";
	document.about = "";
	document.installation = "";
	document.servicing = "";
	document.contact = "";
}