	<!--
	
	  if (document.images)
	   {	     
	     pic0on= new Image(68,20);
	     pic0on.src="assets/templates/243/home2.gif";
	     pic2on= new Image(113,20);
	     pic2on.src="assets/templates/243/tradein2.gif";
	     pic3on= new Image(93,20);
	     pic3on.src="assets/templates/243/financing2.gif";
	     pic4on= new Image(87,20);
	     pic4on.src="assets/templates/243/aboutus2.gif";
	     pic5on= new Image(95,20);
	     pic5on.src="assets/templates/243/contactus2.gif";
	     pic6on= new Image(145,20);
	     pic6on.src="assets/templates/243/team2.gif";
	     pic7on= new Image(138,89);
	     pic7on.src="assets/templates/243/buick2.gif";
	     pic8on= new Image(138,89);
	     pic8on.src="assets/templates/243/cadillac2.gif";
	     pic9on= new Image(138,89);
	     pic9on.src="assets/templates/243/chevy2.gif";
	     pic10on= new Image(138,89);
	     pic10on.src="assets/templates/243/chrysler2.gif";
	     pic11on= new Image(138,104);
	     pic11on.src="assets/templates/243/texascity2.gif";
	     pic12on= new Image(138,89);
	     pic12on.src="assets/templates/243/ford2.gif";
	     pic13on= new Image(138,89);
	     pic13on.src="assets/templates/243/gmc2.gif";
	     pic14on= new Image(138,104);
	     pic14on.src="assets/templates/243/hummer2.gif";
	     pic15on= new Image(138,104);
	     pic15on.src="assets/templates/243/jeep2.gif";
	     pic16on= new Image(138,104);
	     pic16on.src="assets/templates/243/pontiac2.gif";
	     pic17on= new Image(138,104);
	     pic17on.src="assets/templates/243/rc_specials2.gif";
	     pic18on= new Image(138,104);
	     pic18on.src="assets/templates/243/saab2.gif";
	     pic19on= new Image(138,104);
	     pic19on.src="assets/templates/243/hyundai2.gif";
	     pic20on= new Image(138,104);
	     pic20on.src="assets/templates/243/commercialsite2.gif";	  
	     pic21on= new Image(87,20);
	     pic21on.src="assets/templates/243/ourblog2.gif";	   	
	     pic22on= new Image(138,89);
	     pic22on.src="assets/templates/243/dodge2.gif";	   	
	     
	     pic0off= new Image(68,20);
	     pic0off.src="assets/templates/243/home1.gif";
	     pic2off= new Image(113,20);
	     pic2off.src="assets/templates/243/tradein1.gif";
	     pic3off= new Image(93,20);
	     pic3off.src="assets/templates/243/financing1.gif";
	     pic4off= new Image(87,20);
	     pic4off.src="assets/templates/243/aboutus1.gif";
	     pic5off= new Image(95,20);
	     pic5off.src="assets/templates/243/contactus1.gif";
	     pic6off= new Image(145,20);
	     pic6off.src="assets/templates/243/team1.gif";
	     pic7off= new Image(138,89);
	     pic7off.src="assets/templates/243/buick1.gif";
	     pic8off= new Image(138,89);
	     pic8off.src="assets/templates/243/cadillac1.gif";
	     pic9off= new Image(138,89);
	     pic9off.src="assets/templates/243/chevy1.gif";
	     pic10off= new Image(138,89);
	     pic10off.src="assets/templates/243/chrysler1.gif";
	     pic11off= new Image(138,104);
	     pic11off.src="assets/templates/243/texascity1.gif";
	     pic12off= new Image(138,89);
	     pic12off.src="assets/templates/243/ford1.gif";
	     pic13off= new Image(138,89);
	     pic13off.src="assets/templates/243/gmc1.gif";
	     pic14off= new Image(138,104);
	     pic14off.src="assets/templates/243/hummer1.gif";
	     pic15off= new Image(138,104);
	     pic15off.src="assets/templates/243/jeep1.gif";
	     pic16off= new Image(138,104);
	     pic16off.src="assets/templates/243/pontiac1.gif";
	     pic17off= new Image(138,104);
	     pic17off.src="assets/templates/243/rc_specials1.gif";
	     pic18off= new Image(138,104);
	     pic18off.src="assets/templates/243/saab1.gif";
	     pic19off= new Image(138,104);
	     pic19off.src="assets/templates/243/hyundai1.gif";
	     pic20off= new Image(138,104);
	     pic20off.src="assets/templates/243/commercialsite1.gif";
	     pic21off= new Image(87,20);
	     pic21off.src="assets/templates/243/ourblog1.gif";
	     pic22off= new Image(138,89);
	     pic22off.src="assets/templates/243/dodge1.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;
	    }
	 }
	
	//-->