<!--
function swapem(iname, gname) {
	iname.src = gname.src;
}	
		// The "Roll Over" images
		   
		   nav1on = new Image;
		   nav1on.src = "images/hom-mo.jpg";
		   
		   nav2on = new Image;
		   nav2on.src = "images/dev-mo.jpg";
		   
		   nav3on = new Image;
		   nav3on.src = "images/inv-mo.jpg";
		   
		   nav4on = new Image;
		   nav4on.src = "images/serv-mo.jpg";
		   
		   nav5on = new Image;
		   nav5on.src = "images/prod-mo.jpg";
		   
		   nav6on = new Image;
		   nav6on.src = "images/abut-mo.jpg";
		   
		   nav7on = new Image;
		   nav7on.src = "images/cont-mo.jpg";
		   
		   nav8on = new Image;
		   nav8on.src = "images/lnk-mo.jpg";

		   	   
		   
   	   // The "Non Roll Over" image

		   nav1off = new Image;
		   nav1off.src = "images/hom-bt.jpg";
		   
		   nav2off = new Image;
		   nav2off.src = "images/dev-bt.jpg";
		   
		   nav3off = new Image;
		   nav3off.src = "images/inv-bt.jpg";
		   
		   nav4off = new Image;
		   nav4off.src = "images/serv-bt.jpg";
		   
		   nav5off = new Image;
		   nav5off.src = "images/prod-bt.jpg";
		   
		   nav6off = new Image;
		   nav6off.src = "images/abut-bt.jpg";
		   
		   nav7off = new Image;
		   nav7off.src = "images/cont-bt.jpg";
		   
		   nav8off = new Image;
		   nav8off.src = "images/lnk-bt.jpg";
//-->
