path='';
if (level=="sub") {
  path='../';
}

document.writeln('<br><span class="class1"><a href="'+path+'index.html">Home Page</a><br>');
document.writeln('<br><a href="'+path+'metre.html">The Metre Classes</a><br>');
document.writeln('<br><a href="'+path+'keel.html">Classic Keel Boats</a><br>');
document.writeln('<br><a href="'+path+'BCYC.html">BCYC Regatta</a><br>');
document.writeln('<br><a href="'+path+'programme.html">Programme</a><br>');
document.writeln('<br><a href="'+path+'entry.html">Entry/Register</a><br>');
document.writeln('<br><a href="'+path+'results_2011.html">Results & Report</a><br>');

document.writeln('<br><a href="'+path+'past.html">Past Events</a><br>');
document.writeln('<br><a href="'+path+'future.html">Future Events</a><br>');

if (navi_sub == "report09") {
document.writeln('<br><a href="'+path+'overview09.html">2009 Regatta</a><br>');
document.writeln('<a href="'+path+'results09.html">&nbsp;&nbsp;Results</a><br>');
document.writeln('<a href="'+path+'feedback09.html">&nbsp;&nbsp;Feedback Report</a><br>');
document.writeln('<a href="'+path+'pix09.html">&nbsp;&nbsp;Some Pictures</a><br>');
document.writeln('<a href="'+path+'windspeeds09.html">&nbsp;&nbsp;Windspeeds</a><br>');
document.writeln('<a href="'+path+'press/press09.html">&nbsp;&nbsp;Press 2009</a><br>');
}

if (navi_sub == "results") {
document.writeln('<br><a href="'+path+'Regatta_Report.html">2008 Regatta</a><br>');
document.writeln('<a href="'+path+'overview.html">&nbsp;&nbsp;Overview</a><br>');
document.writeln('<a href="'+path+'windspeeds.html">&nbsp;&nbsp;Windspeeds</a><br>');
document.writeln('<a href="'+path+'results_8mR.html">&nbsp;&nbsp;8mR and 12mR</a><br>');
document.writeln('<a href="'+path+'results_6mR.html">&nbsp;&nbsp;6mR</a><br>');
document.writeln('<a href="'+path+'results_Daring.html">&nbsp;&nbsp;Daring</a><br>');
document.writeln('<a href="'+path+'results_Sunbeam.html">&nbsp;&nbsp;Sunbeam</a><br>');
document.writeln('<a href="'+path+'results_Redwing.html">&nbsp;&nbsp;Redwing</a><br>');
document.writeln('<a href="'+path+'results_XOD.html">&nbsp;&nbsp;XOD</a><br>');
document.writeln('<a href="'+path+'results_feeder.html">&nbsp;&nbsp;Olympic Feeder</a><br>');
document.writeln('<a href="'+path+'results_olympic.html">&nbsp;&nbsp;Olympic Course</a><br>');
document.writeln('<a href="'+path+'pix.html">&nbsp;&nbsp;Some pictures</a><br>');
}
//document.writeln('<br><a href="'+path+'ratings.html">Rating System</a><br>');
//if (navi_sub == "rating") {
//document.writeln('<a href="'+path+'class_rating.html">&nbsp;&nbsp;Enter data for<br>&nbsp;&nbsp;one-design //classes</a><br>');
//}
document.writeln('<br><a href="'+path+'logistics.html">Logistics</a><br>');
document.writeln('<br><a href="'+path+'cowes_info.html">Cowes Info</a><br>');
if (navi_sub == "cowes") {
document.writeln('<a href="'+path+'accomodation.html">&nbsp;&nbsp;Accomodation</a><br>');
}
document.writeln('<br><a href="'+path+'contact.html">Contact us</a><br>');
document.writeln('<br><a href="'+path+'sponsors.html">Sponsors</a><br>');
document.writeln('<br><a href="'+path+'charity.html">Event Charity</a><br>');
document.writeln('<br><a href="'+path+'links.html">Links</a><br>');
document.writeln('<br><a href="'+path+'press/index.html">Press</a><br>');

