	if (document.images) {
		home_on = new Image
		home_off = new Image
		home_nav = new Image
		contact_on = new Image
		contact_off = new Image
		contact_nav = new Image
		privacy_on = new Image
		privacy_off = new Image
		privacy_nav = new Image
		specials_on = new Image
		specials_off = new Image
		specials_nav = new Image
		find_on = new Image
		find_off = new Image
		find_nav = new Image
		body1_on = new Image
		body1_off = new Image
		body1_nav = new Image
		body2_on = new Image
		body2_off = new Image
		body2_nav = new Image
		body3_on = new Image
		body3_off = new Image
		body3_nav = new Image
		body4_on = new Image
		body4_off = new Image
		body4_nav = new Image
		body5_on = new Image
		body5_off = new Image
		body5_nav = new Image

		home_on.src = "images/home_on.gif"
		home_off.src = "images/home_off.gif"
		contact_on.src = "images/contact_on.gif"
		contact_off.src = "images/contact_off.gif"
		privacy_on.src = "images/privacy_on.gif"
		privacy_off.src = "images/privacy_off.gif"
		specials_on.src = "images/specials_on.gif"
		specials_off.src = "images/specials_off.gif"
		find_on.src = "images/find_on.gif"
		find_off.src = "images/find_off.gif"
		body1_on.src = "images/tribeca_on.gif"
		body1_off.src = "images/tribeca_off.gif"
		body2_on.src = "images/forester_on.gif"
		body2_off.src = "images/forester_off.gif"
		body3_on.src = "images/impreza_on.gif"
		body3_off.src = "images/impreza_off.gif"
		body4_on.src = "images/legacy_on.gif"
		body4_off.src = "images/legacy_off.gif"
		body5_on.src = "images/outback_on.gif"
		body5_off.src = "images/outback_off.gif"
	}

	function chgImg(navimg,newnavimg)
	{
		if (document.images) {
			document[navimg].src = eval (newnavimg + ".src")
		}
	}


