	<!--		// this script allows for the image to change during mouse rollover		if(document.images)			{						// menu buttons when mouse is rolled over			img1on = new Image()  ;			img1on.src = "/images/nav-on_01.gif"  ;			img2on = new Image()  ;			img2on.src = "/images/nav-on_02.gif"  ;			img3on = new Image()  ;			img3on.src = "/images/nav-on_03.gif"  ;			img4on = new Image()  ;			img4on.src = "/images/nav-on_04.gif"  ;			img5on = new Image()  ;			img5on.src = "/images/nav-on_05.gif"  ;			img6on = new Image()  ;			img6on.src = "/images/nav-on_06.gif"  ;			img7on = new Image()  ;			img7on.src = "/images/nav-on_07.gif"  ;			img8on = new Image()  ;			img8on.src = "/images/nav-on_08.gif"  ;						img9on = new Image()  ;			img9on.src = "images/toc.toc-on.gif"  ;			img10on = new Image()  ;			img10on.src = "images/toc.ftd-on.gif"  ;			img11on = new Image()  ;			img11on.src = "images/toc.connect-on.gif"  ;			img12on = new Image()  ;			img12on.src = "images/toc.ferazel-on.gif"  ;			img13on = new Image()  ;			img13on.src = "images/toc.game-on.gif"  ;			img14on = new Image()  ;			img14on.src = "images/toc.warehouse-on.gif"  ;			img15on = new Image()  ;			img15on.src = "images/toc.surf-on.gif"  ;			img16on = new Image()  ;			img16on.src = "images/toc.applescript-on.gif"  ;			img17on = new Image()  ;			img17on.src = "images/toc.diablo2lod-on.gif"  ;			img18on = new Image()  ;			img18on.src = "images/toc.shuttlepro-on.gif"  ;			img19on = new Image()  ;			img19on.src = "images/toc.waterrace-on.gif"  ;			img20on = new Image()  ;			img20on.src = "images/toc.roguespear-on.gif"  ;			img21on = new Image()  ;			img21on.src = "images/toc.bts-on.gif"  ;														// menu buttons when mouse is rolled off			img1off = new Image()  ;			img1off.src = "/images/nav-off_01.gif"  ;			img2off = new Image()  ;			img2off.src = "/images/nav-off_02.gif"  ;			img3off = new Image()  ;			img3off.src = "/images/nav-off_03.gif"  ;			img4off = new Image()  ;			img4off.src = "/images/nav-off_04.gif"  ;			img5off = new Image()  ;			img5off.src = "/images/nav-off_05.gif"  ;			img6off = new Image()  ;			img6off.src = "/images/nav-off_06.gif"  ;			img7off = new Image()  ;			img7off.src = "/images/nav-off_07.gif"  ;			img8off = new Image()  ;			img8off.src = "/images/nav-off_08.gif"  ;						img9off = new Image()  ;			img9off.src = "images/toc.toc-off.gif"  ;			img10off = new Image()  ;			img10off.src = "images/toc.ftd-off.gif"  ;			img11off = new Image()  ;			img11off.src = "images/toc.connect-off.gif"  ;			img12off = new Image()  ;			img12off.src = "images/toc.ferazel-off.gif"  ;				img13off = new Image()  ;			img13off.src = "images/toc.game-off.gif"  ;			img14off = new Image()  ;			img14off.src = "images/toc.warehouse-off.gif"  ;			img15off = new Image()  ;			img15off.src = "images/toc.surf-off.gif"  ;			img16off = new Image()  ;			img16off.src = "images/toc.applescript-off.gif"  ;			img17off = new Image()  ;			img17off.src = "images/toc.diablo2lod-off.gif"  ;			img18off = new Image()  ;			img18off.src = "images/toc.shuttlepro-off.gif"  ;			img19off = new Image()  ;			img19off.src = "images/toc.waterrace-off.gif"  ;			img20off = new Image()  ;			img20off.src = "images/toc.roguespear-off.gif"  ;			img21off = new Image()  ;			img21off.src = "images/toc.bts-off.gif"  ;												// article title images that appear during nav menu rollover			img1article = new Image()  ;			img1article.src = "/images/name.blank.gif"  ;			img2article = new Image()  ;			img2article.src = "/images/name.blank.gif"  ;			img3article = new Image()  ;			img3article.src = "/images/name.blank.gif"  ;			img4article = new Image()  ;			img4article.src = "/images/name.blank.gif"  ;			img5article = new Image()  ;			img5article.src = "/images/name.blank.gif"  ;			img6article = new Image()  ;			img6article.src = "/images/name.blank.gif"  ;			img7article = new Image()  ;			img7article.src = "/images/name.blank.gif"  ;			img8article = new Image()  ;			img8article.src = "/images/name.blank.gif"  ;						img9article = new Image()  ;			img9article.src = "images/name.toc.gif"  ;			img10article = new Image()  ;			img10article.src = "images/name.ftd.gif"  ;			img11article = new Image()  ;			img11article.src = "images/name.connect.gif"  ;			img12article = new Image()  ;			img12article.src = "images/name.ferazel.gif"  ;				img13article = new Image()  ;			img13article.src = "images/name.game.gif"  ;			img14article = new Image()  ;			img14article.src = "images/name.warehouse.gif"  ;			img15article = new Image()  ;			img15article.src = "images/name.surf.gif"  ;			img16article = new Image()  ;			img16article.src = "images/name.applescript.gif"  ;			img17article = new Image()  ;			img17article.src = "images/name.diablo2lod.gif"  ;			img18article = new Image()  ;			img18article.src = "images/name.shuttlepro.gif"  ;			img19article = new Image()  ;			img19article.src = "images/name.waterrace.gif"  ;			img20article = new Image()  ;			img20article.src = "images/name.roguespear.gif"  ;				img21article = new Image()  ;			img21article.src = "images/name.bts.gif"  ;									}						function imgOn(imgName)				{				if(document.images)					{					document[imgName].src = eval(imgName + "on.src")  ;					document["holder"].src = eval(imgName + "article.src")  ;					}				}							function imgOff(imgName)				{				if(document.images)					{					document[imgName].src = eval(imgName + "off.src")  ;					document["holder"].src = "images/name.blank.gif"  ;					}				}									function popup(URL, popwid, popht)				{				aWindow=window.open(URL,"thewindow","toolbar=no,width=" + popwid + ",height=" + popht + ",scrollbars=yes,resize=no,menubar=yes");				}					//-->