	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(278,295);
	     pic1on.src="assets/templates/292/greenbrier2.gif";
	     pic2on= new Image(278,295);
	     pic2on.src="assets/templates/292/portsmouth2.gif";
	     	
	     pic1off= new Image(278,295);
	     pic1off.src="assets/templates/292/greenbrier1.gif";
	     pic2off= new Image(278,295);
	     pic2off.src="assets/templates/292/portsmouth1.gif";

	   }
	
	function lightup(imgName)
	 {
	   if (document.images)
	    {
	      imgOn=eval(imgName + "on.src");
	      document[imgName].src= imgOn;
	    }
	 }
	
	function turnoff(imgName)
	 {
	   if (document.images)
	    {
	      imgOff=eval(imgName + "off.src");
	      document[imgName].src= imgOff;
	    }
	 }
	
	//-->