<!--

about_off=new Image()
about_off.src = "/images/nav/about_off.gif"
about_on=new Image()
about_on.src = "/images/nav/about_on.gif"

	aircraft_off=new Image()
	aircraft_off.src = "/images/nav/sub/aircraft_off.gif"
	aircraft_on=new Image()
	aircraft_on.src = "/images/nav/sub/aircraft_on.gif"

	locations_off=new Image()
	locations_off.src = "/images/nav/sub/locations_off.gif"
	locations_on=new Image()
	locations_on.src = "/images/nav/sub/locations_on.gif"

	aboutsoi_off=new Image()
	aboutsoi_off.src = "/images/nav/sub/aboutsoi_off.gif"
	aboutsoi_on=new Image()
	aboutsoi_on.src = "/images/nav/sub/aboutsoi_on.gif"

product_off=new Image()
product_off.src = "/images/nav/product_off.gif"
product_on=new Image()
product_on.src = "/images/nav/product_on.gif"

	materials_off=new Image()
	materials_off.src = "/images/nav/sub/materials_off.gif"
	materials_on=new Image()
	materials_on.src = "/images/nav/sub/materials_on.gif"

	fluid_off=new Image()
	fluid_off.src = "/images/nav/sub/fluid_off.gif"
	fluid_on=new Image()
	fluid_on.src = "/images/nav/sub/fluid_on.gif"

	fluidperf_off=new Image()
	fluidperf_off.src = "/images/nav/sub/fluidperf_off.gif"
	fluidperf_on=new Image()
	fluidperf_on.src = "/images/nav/sub/fluidperf_on.gif"

	shelf_off=new Image()
	shelf_off.src = "/images/nav/sub/shelf_off.gif"
	shelf_on=new Image()
	shelf_on.src = "/images/nav/sub/shelf_on.gif"

safety_off=new Image()
safety_off.src = "/images/nav/safety_off.gif"
safety_on=new Image()
safety_on.src = "/images/nav/safety_on.gif"

	msds_off=new Image()
	msds_off.src = "/images/nav/sub/msds_off.gif"
	msds_on=new Image()
	msds_on.src = "/images/nav/sub/msds_on.gif"

	disposal_off=new Image()
	disposal_off.src = "/images/nav/sub/disposal_off.gif"
	disposal_on=new Image()
	disposal_on.src = "/images/nav/sub/disposal_on.gif"

	handling_off=new Image()
	handling_off.src = "/images/nav/sub/handling_off.gif"
	handling_on=new Image()
	handling_on.src = "/images/nav/sub/handling_on.gif"

	glove_off=new Image()
	glove_off.src = "/images/nav/sub/glove_off.gif"
	glove_on=new Image()
	glove_on.src = "/images/nav/sub/glove_on.gif"
	
	ppe_off=new Image()
	ppe_off.src = "/images/nav/sub/ppe_off.gif"
	ppe_on=new Image()
	ppe_on.src = "/images/nav/sub/ppe_on.gif"

faqs_off=new Image()
faqs_off.src = "/images/nav/faqs_off.gif"
faqs_on=new Image()
faqs_on.src = "/images/nav/faqs_on.gif"

literature_off=new Image()
literature_off.src = "/images/nav/literature_off.gif"
literature_on=new Image()
literature_on.src = "/images/nav/literature_on.gif"

ask_off=new Image()
ask_off.src = "/images/nav/ask_off.gif"
ask_on=new Image()
ask_on.src = "/images/nav/ask_on.gif"

ordering_off=new Image()
ordering_off.src = "/images/nav/ordering_off.gif"
ordering_on=new Image()
ordering_on.src = "/images/nav/ordering_on.gif"

press_off=new Image()
press_off.src = "/images/nav/press_off.gif"
press_on=new Image()
press_on.src = "/images/nav/press_on.gif"

function filter(imagename,objectsrc){
	if (document.images) {
		document.images[imagename].src=eval(objectsrc+".src")
	}
}

//-->