<!-- Blowers 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
		
		
	    toggler.src = 'images/equipment/other_main.gif'
		thing1_active.src = 'images/equipment/other01.gif'
		thing2_active.src = 'images/equipment/other02.gif'
		thing3_active.src = 'images/equipment/other03.gif'
		thing4_active.src = 'images/equipment/other04.gif'
		thing5_active.src = 'images/equipment/other05.gif'
		thing6_active.src = 'images/equipment/other06.gif'
		}
	function toggleImg(newImg) {
		if (document.images) {
            document.toggler.src= eval(newImg + ".src")
		}
	}

	// End hiding -->
