	<!--
	
	  if (document.images)
	   {
	     pic1on= new Image(140,36);
	     pic1on.src="assets/templates/296/topnav_chrysler2.gif";
	     pic2on= new Image(136,36);
	     pic2on.src="assets/templates/296/topnav_dodge2.gif";
	     pic3on= new Image(120,36);
	     pic3on.src="assets/templates/296/topnav_jeep2.gif";
	     pic4on= new Image(250,215);
	     pic4on.src="assets/templates/296/chrysler2.gif";
	     pic5on= new Image(250,215);
	     pic5on.src="assets/templates/296/dodge2.gif";
	     pic6on= new Image(250,215);
	     pic6on.src="assets/templates/296/jeep2.gif";
	     	
	     pic1off= new Image(140,36);
	     pic1off.src="assets/templates/296/topnav_chrysler1.gif";
	     pic2off= new Image(136,36);
	     pic2off.src="assets/templates/296/topnav_dodge1.gif";
	     pic3off= new Image(120,36);
	     pic3off.src="assets/templates/296/topnav_jeep1.gif";
	     pic4off= new Image(250,215);
	     pic4off.src="assets/templates/296/chrysler1.gif";
	     pic5off= new Image(250,215);
	     pic5off.src="assets/templates/296/dodge1.gif";
	     pic6off= new Image(250,215);
	     pic6off.src="assets/templates/296/jeep1.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;
	    }
	 }
	
	//-->