// JavaScript Document

function changehighbutton(x){
    

	if(x=="1"){document.getElementById('menu1').src="images/homerollover.jpg";}
	if(x=="2"){document.getElementById('menu2').src="images/aboutrollover.jpg";}
	if(x=="3"){document.getElementById('menu3').src="images/servicesrollover.jpg";}
	if(x=="4"){document.getElementById('menu4').src="images/partsrollover.jpg";}
	if(x=="5"){document.getElementById('menu5').src="images/contactrollover.jpg";}
	if(x=="6"){document.getElementById('menu6').src="images/&rollover.jpg";}
	if(x=="7"){document.getElementById('menu7').src="images/historyrollover.jpg";}
	if(x=="8"){document.getElementById('menu8').src="images/sellrollover.jpg";}
}
	  

function changelowbutton(x){

      if(x=="1"){ document.getElementById('menu1').src="images/homebttn.jpg";}
	  if(x=="2"){ document.getElementById('menu2').src="images/aboutbttn.jpg";}
	  if(x=="3"){document.getElementById('menu3').src="images/servicesbttn.jpg";}
	  if(x=="4"){document.getElementById('menu4').src="images/partsbttn.jpg";}
	  if(x=="5"){document.getElementById('menu5').src="images/contactbttn.jpg";}
	  if(x=="6"){document.getElementById('menu6').src="images/&bttn.jpg";}
	  if(x=="7"){document.getElementById('menu7').src="images/historybttn.jpg";}
	  if(x=="8"){document.getElementById('menu8').src="images/sellbttn.jpg";}
	     
		 }
		 
		 function changepage(x){

      if(x=="1"){location.href="index.html";}
	  if(x=="2"){location.href="aboutus.html";}
	  if(x=="3"){location.href="servicerepair.html";}
	  if(x=="4"){location.href="replaceparts.html";}
	  if(x=="5"){location.href="contactus.html";}
	  if(x=="6"){location.href="restoration.html";}
	  if(x=="7"){location.href="history.html";}
	  if(x=="8"){location.href="sellyourfordtractor.html";}
	  if(x=="9"){location.href="recycling.html";}
	  if(x=="10"){location.href="yardwaist.html";}
	    if(x=="11"){location.href="bulkitems.html";}
		  if(x=="12"){location.href="HolidaySchedule.html";}
		    if(x=="13"){location.href="events.html";}
			  if(x=="14"){location.href="aboutus.html";}
	  
	   }


