<!--
// javascript to do mouseovers

	if (document.images) {
	nav1 = new Image();
	nav1.src = root + "images/nav_1.gif";
	nav1on = new Image();
	nav1on.src = root + "images/nav_1on.gif";

	nav2 = new Image();
	nav2.src = root + "images/nav_2.gif";
	nav2on = new Image();
	nav2on.src = root + "images/nav_2on.gif";

	nav3 = new Image();
	nav3.src = root + "images/nav_3.gif";
	nav3on = new Image();
	nav3on.src = root + "images/nav_3on.gif";

	nav4 = new Image();
	nav4.src = root + "images/nav_4.gif";
	nav4on = new Image();
	nav4on.src = root + "images/nav_4on.gif";

	nav5 = new Image();
	nav5.src = root + "images/nav_5.gif";
	nav5on = new Image();
	nav5on.src = root + "images/nav_5on.gif";

	nav6 = new Image();
	nav6.src = root + "images/nav_6.gif";
	nav6on = new Image();
	nav6on.src = root + "images/nav_6on.gif";
	
	nav7 = new Image();
	nav7.src = root + "images/nav_7.gif";
	nav7on = new Image();
	nav7on.src = root + "images/nav_7on.gif";

	blurb0 = new Image();
	blurb0.src = root + "images/blurb_0.gif";
	blurb1 = new Image();
	blurb1.src = root + "images/blurb_1.gif";
	blurb2 = new Image();
	blurb2.src = root + "images/blurb_2.gif";
	blurb3 = new Image();
	blurb3.src = root + "images/blurb_3.gif";
	blurb4 = new Image();
	blurb4.src = root + "images/blurb_4.gif";
	blurb5 = new Image();
	blurb5.src = root + "images/blurb_5.gif";
	blurb6 = new Image();
	blurb6.src = root + "images/blurb_6.gif";
	blurb7 = new Image();
	blurb7.src = root + "images/blurb_7.gif";
	blurb8 = new Image();
	blurb8.src = root + "images/blurb_8.gif";

	menu = new Image();
	menu.src = root + "images/but_menus.gif"

	menuon = new Image();
	menuon.src = root + "images/but_menus_on.gif"

	promo = new Image();
	promo.src = root + "images/promo.gif"

	promoon = new Image();
	promoon.src = root + "images/promoon.gif"




}
	
//-->