<!-- Reconditioning Toggles-->

<!--
<!--Hide script from old broswers 
		if (document.images) {
		toggler = new Image
       	warren_active = new Image
		impco_active = new Image
		vacuum_active = new Image
		clove_active = new Image
		kamyr_active = new Image
		blower_active = new Image
		refiner_active = new Image
		boiler_active = new Image
		centrifugal_active = new Image
		pressure_active = new Image
		
		
	    toggler.src = 'images/shopservices/reconditioning.jpg'
		warren_active.src = 'images/shopservices/reconditioning01.gif'
		impco_active.src = 'images/shopservices/reconditioning02.gif'
		vacuum_active.src = 'images/shopservices/reconditioning03.gif'
		clove_active.src = 'images/shopservices/reconditioning04.gif'
		kamyr_active.src = 'images/shopservices/reconditioning05.gif'
		blower_active.src = 'images/shopservices/reconditioning06.gif'
		refiner_active.src = 'images/shopservices/reconditioning07.gif'
		boiler_active.src = 'images/shopservices/reconditioning08.gif'
		centrifugal_active.src = 'images/shopservices/reconditioning09.gif'
		pressure_active.src = 'images/shopservices/reconditioning10.gif'
		}
	function toggleImg(newImg) {
		if (document.images) {
            document.toggler.src= eval(newImg + ".src")
		}
	}

	// End hiding -->
