<!--
	// META NAVIGATION PULLDOWN MENUS
	    function jumpTo(which) {
		eval('self.location.href=document.MainForm.'+ which +'.options[document.MainForm.'+ which +'.selectedIndex].value');
	}
	
	// Determines Relative Root
	if ( (self.location.href.indexOf('interactives')!=-1) || (self.location.href.indexOf('geofiles')!=-1) || (self.location.href.indexOf('dispatches')!=-1) ) {
		if (self.location.href.indexOf('archive.html') !=-1) root='../';
		else root='../../';
	} else {
		root='';
	}

	if (navigator.appVersion.indexOf('Mac')==-1) { 
		document.write('<img src="'+root+'images/navigation_header.gif" width="307" height="12" alt="" border="0"><BR>');
	} else {
		document.write('<img src="'+root+'images/navigation_header.gif" width="307" height="12" alt="" border="0">');
	}

	document.write('<STYLE TYPE="text/css">');
	document.write('.navitems {');
	document.write('	font-family:courier new, courier, monospace;');
	document.write('	font-size:12px;');
	document.write('	}');
	document.write('</STYLE>');
	
	document.write('<table cellspacing="0" cellpadding="0" border="0" height="79">');
	document.write('<tr>');
	document.write('<td class="navitems"><select class="navitems" name="Interactives" onChange="jumpTo(\'Interactives\');">');
	document.write('<OPTION>INTERACTIVES</OPTION>');
	document.write('<OPTION VALUE="'+root+'interactives/vo60/index.html">Anatomy of an Ocean Racer</OPTION>');
	document.write('<OPTION VALUE="'+root+'interactives/sailing/index.html">Sailing Simulator</OPTION>');
document.write('<OPTION VALUE="'+root+'interactives/waves/index.html">Wave Simulator</OPTION>');
	document.write('<OPTION>-----------------------------------</OPTION>');
	document.write('</SELECT></td></tr>');
	document.write('<tr><td class="navitems"><SELECT  class="navitems" NAME="GeoStories" onChange="jumpTo(\'GeoStories\');">');
	document.write('<OPTION>GEO FILES</OPTION>');
	document.write('<OPTION VALUE="'+root+'geofiles/01/index.html">The Doldrums: Sailing\'s Dead Zone</OPTION>');
	document.write('<OPTION VALUE="'+root+'geofiles/02/index.html">Massive Migration</OPTION>');
	document.write('<OPTION VALUE="'+root+'geofiles/03/index.html">Tasman Seamounts</OPTION>');
	document.write('<OPTION VALUE="'+root+'geofiles/04/index.html">Icebergs and Ocean Racers</OPTION>');
	document.write('<OPTION VALUE="'+root+'geofiles/05/index.html">Birthplace of Hurricanes</OPTION>');
document.write('<OPTION VALUE="'+root+'geofiles/06/index.html">Virtual ER</OPTION>');
document.write('<OPTION VALUE="'+root+'geofiles/07/index.html">Man Overboard</OPTION>');
document.write('<OPTION VALUE="'+root+'geofiles/08/index.html">Navigation</OPTION>');
document.write('<OPTION VALUE="'+root+'geofiles/09/index.html">Milestones in Ocean Racing</OPTION>');

	document.write('<OPTION>-----------------------------------</OPTION>');
	document.write('</SELECT></td></tr>');
	document.write('<tr><td class="navitems"><SELECT  class="navitems" NAME="Dispatches" onChange="jumpTo(\'Dispatches\');">');
	document.write('<OPTION>RACE DISPATCHES</OPTION>');
	document.write('<OPTION VALUE="'+root+'dispatches/intro/index.html">Dispatch 1: October 9, 2001</OPTION>');
	document.write('<OPTION VALUE="'+root+'dispatches/dispatch02/index.html">Dispatch 2: November 7, 2001</OPTION>');
	document.write('<OPTION VALUE="'+root+'dispatches/dispatch03/index.html">Dispatch 3: November 25, 2001</OPTION>');
	document.write('<OPTION VALUE="'+root+'dispatches/dispatch04/index.html">Dispatch 4: January 14, 2002</OPTION>');
    document.write('<OPTION VALUE="'+root+'dispatches/dispatch05/index.html">Dispatch 5: February 7, 2002</OPTION>');
 document.write('<OPTION VALUE="'+root+'dispatches/dispatch06/index.html">Dispatch 6: April 5, 2002</OPTION>');
 document.write('<OPTION VALUE="'+root+'dispatches/dispatch07/index.html">Dispatch 7: April 16, 2002</OPTION>');
 document.write('<OPTION VALUE="'+root+'dispatches/dispatch08/index.html">Dispatch 8: May 9, 2002</OPTION>');

	document.write('<OPTION>-----------------------------------</OPTION>');
	document.write('</SELECT></td></tr>');
	document.write('</table>');
	
//-->