<!--
	if ( (self.location.href.indexOf('interactives')!=-1) || (self.location.href.indexOf('geofiles')!=-1) || (self.location.href.indexOf('dispatches')!=-1) )
		root='../../';
	else
		root='';

	function popGlossary() {
	popup=window.open('/volvooceanrace/glossary.html','glosspopup','width=600,height=400,toolbar=1,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=1');
	}

	function popMap() {
	popup=window.open('/volvooceanrace/racemap/map01.html','mappopup','width=600,height=470,toolbar=1,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=0');
	}

	function popMap2() {
	popup=window.open('/volvooceanrace/racemap/map02.html','mappopup','width=600,height=470,toolbar=1,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=0');
	}

	
	document.write('<STYLE TYPE="text/css">');
	document.write('.footerlinks {');
	document.write('	font-family: arial, helvetica, sans;');
	document.write('	font-size:11px;');
	document.write('	color:#000000;');
	document.write('	}');
	document.write('.footertab {');
	document.write('	font-family: arial, helvetica, sans;');
	document.write('	font-size:11px;');
	document.write('	color:#FF6600;');
	document.write('	}');
	document.write('</STYLE>');

		
	document.write('<SPAN CLASS="footertab">[ </SPAN>');
	document.write('<A HREF="/volvooceanrace/index.html" class="footerlinks">Round the World Home</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');
	document.write('<A HREF="javascript:popGlossary()" class="footerlinks">Glossary</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');
	document.write('<A HREF="/volvooceanrace/background.html" class="footerlinks">About the Race</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');
	document.write('<A HREF="javascript:popMap()" class="footerlinks">Race Maps</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');
	document.write('<A HREF="/volvooceanrace/links.html" class="footerlinks">Resources & Links</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');
	document.write('<A HREF="/volvooceanrace/store.html" class="footerlinks">Store</A>');
	document.write('<SPAN CLASS="footertab"> | </SPAN>');	
	document.write('<A HREF="/volvooceanrace/credits.html" class="footerlinks">Credits</A>');
	document.write('<SPAN CLASS="footertab"> ]</SPAN>');
	
//-->