aboutoff = new Image();
aboutoff.src = "images/aboutoff.gif";

abouton = new Image();
abouton.src = "images/abouton.gif";

servicesoff = new Image();
servicesoff.src = "images/servicesoff.gif";

serviceson = new Image();
serviceson.src = "images/serviceson.gif";

portfoliooff = new Image();
portfoliooff.src = "images/portfoliooff.gif";

portfolioon = new Image();
portfolioon.src = "images/portfolioon.gif";

planoff = new Image();
planoff.src = "images/planoff.gif";

planon = new Image();
planon.src = "images/planon.gif";

resourcesoff = new Image();
resourcesoff.src = "images/resourcesoff.gif";

resourceson = new Image();
resourceson.src = "images/resourceson.gif";

contactusoff = new Image();
contactusoff.src = "images/contactusoff.gif";

contactuson = new Image();
contactuson.src = "images/contactuson.gif";


function changeButton(image,mode) {
	document[image].src = eval(image + mode + ".src");
}

function openDisclaimer () {
	var myWin = window.open("disclaimer.cfm","disclaimer","width=440,height=500")
}