		<!-- JavaScript by web-architect copyright © 2000, web-architect.
		// this SHOULD NOT be edited at ALL!!
		// leave it alone or the fancy mouseover images won't work
		if(document.images) {
		pics = new Array(); 
		pics[1] = new Image();
		pics[1].src = "images/firm_start.gif"; 
		pics[2] = new Image();
		pics[2].src = "images/firm_over.gif";
		pics[3] = new Image();
		pics[3].src = "images/people_start.gif"; 
		pics[4] = new Image();
		pics[4].src = "images/people_over.gif";
		pics[5] = new Image();
		pics[5].src = "images/projects_start.gif"; 
		pics[6] = new Image();
		pics[6].src = "images/projects_over.gif";
		pics[7] = new Image();
		pics[7].src = "images/contact_start.gif"; 
		pics[8] = new Image();
		pics[8].src = "images/contact_over.gif";
		pics[9] = new Image();
		pics[9].src = "images/popquiz_start.gif"; 
		pics[10] = new Image();
		pics[10].src = "images/popquiz_over.gif";
		pics[11] = new Image();
		pics[11].src = "images/home_start.gif";
		pics[12] = new Image();
		pics[12].src = "images/home_over.gif";
		}

		function changer(from,to) {
		if(document.images) {
		document.images[from].src = pics[to].src;
		}
		// browser doesn't support document.images
		// nothing to do
		}
		//-->