<!-- Vacuum Toggles-->

<!--
<!--Hide script from old broswers 
		if (document.images) {
		toggler = new Image
       	thing1_active = new Image
		thing2_active = new Image
		thing3_active = new Image
		thing4_active = new Image
		thing5_active = new Image
		thing6_active = new Image
		thing7_active = new Image
		thing8_active = new Image
		thing9_active = new Image
		thing10_active = new Image
		
		
	    toggler.src = 'images/equipment/vacuum.jpg'
		thing1_active.src = 'images/equipment/vacuum01.gif'
		thing2_active.src = 'images/equipment/vacuum02.gif'
		thing3_active.src = 'images/equipment/vacuum03.gif'
		thing4_active.src = 'images/rainbow350.gif'
		thing5_active.src = 'images/equipment/vacuum05.gif'
		thing6_active.src = 'images/equipment/vacuum06.gif'
		thing7_active.src = 'images/rainbow350.gif'
		thing8_active.src = 'images/equipment/vacuum08.gif'
		thing9_active.src = 'images/equipment/vacuum09.gif'
		thing10_active.src = 'images/equipment/vacuum10.gif'
		}
	function toggleImg(newImg) {
		if (document.images) {
            document.toggler.src= eval(newImg + ".src")
		}
	}

	// End hiding -->
