	<!--
	
	  if (document.images)
	   {
	     pic0on= new Image(70,33);
	     pic0on.src="assets/templates/239/home2.gif";
	     pic2on= new Image(87,33);
	     pic2on.src="assets/templates/239/inventory2.gif";
	     pic3on= new Image(131,33);
	     pic3on.src="assets/templates/239/tradein2.gif";
	     pic4on= new Image(86,33);
	     pic4on.src="assets/templates/239/financing2.gif";
	     pic5on= new Image(76,33);
	     pic5on.src="assets/templates/239/aboutus2.gif";
	     pic6on= new Image(95,33);
	     pic6on.src="assets/templates/239/contactus2.gif";
	     	
	     pic0off= new Image(70,33);
	     pic0off.src="assets/templates/239/home1.gif";
	     pic2off= new Image(87,33);
	     pic2off.src="assets/templates/239/inventory1.gif";
	     pic3off= new Image(131,33);
	     pic3off.src="assets/templates/239/tradein1.gif";
	     pic4off= new Image(86,33);
	     pic4off.src="assets/templates/239/financing1.gif";
	     pic5off= new Image(76,33);
	     pic5off.src="assets/templates/239/aboutus1.gif";
	     pic6off= new Image(95,33);
	     pic6off.src="assets/templates/239/contactus1.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;
	    }
	 }
	
	//-->