<!--//new browser testagent = navigator.userAgent;browserVer = (agent.indexOf("Mozilla/3") == -1 &&		agent.indexOf("Mozilla/4") == -1 &&		agent.indexOf("Mozilla/5") == -1) ? 0 : 1;// - - - - - - - - - - - - - - - if (browserVer == 1) {	    link_01 = new Image(75,25);		link_01.src = "_images/nav_2home.gif";		link_01_on = new Image(75,25);		link_01_on.src = "_images/nav_2home_on.gif";				link_02 = new Image(75,25);		link_02.src = "_images/nav_3boat.gif";		link_02_on = new Image(75,25);		link_02_on.src = "_images/nav_3boat_on.gif";				link_03 = new Image(75,25);		link_03.src = "_images/nav_4crew.gif";		link_03_on = new Image(75,25);		link_03_on.src = "_images/nav_4crew_on.gif";				link_04 = new Image(75,25);		link_04.src = "_images/nav_5journal.gif";		link_04_on = new Image(75,25);		link_04_on.src = "_images/nav_5journal_on.gif";				link_05 = new Image(75,25);		link_05.src = "_images/nav_6articles.gif";		link_05_on = new Image(75,25);		link_05_on.src = "_images/nav_6articles_on.gif";				link_06 = new Image(75,25);		link_06.src = "_images/nav_7faq.gif";		link_06_on = new Image(75,25);		link_06_on.src = "_images/nav_7faq_on.gif";				link_07 = new Image(75,25);		link_07.src = "_images/nav_8links.gif";		link_07_on = new Image(75,25);		link_07_on.src = "_images/nav_8links_on.gif";				link_08 = new Image(75,25);		link_08.src = "_images/nav_9misc.gif";		link_08_on = new Image(75,25);		link_08_on.src = "_images/nav_9misc_on.gif";}// - - - - - - - - - - - - - - - function hiLite(imgDocID,imgObjName) {// manages mouseOver animations//   imgDocID - the name or number of the document image to be replaced//   imgObjName - the name of the image object to be swapped inif (browserVer == 1) {document.images[imgDocID].src = eval(imgObjName + ".src")}}// -->