/*
  --- menu items --- 
*/
var MENU_ITEMS = [
 ['The 2007 Event', 'about.html', null,
  ['Update Notices', 'http://www.lakeontario300.org/updatenotices.html'],
  ['Notice of Race', 'http://www.lakeontario300.org/notice.html'],
  ['SIs, Splits and Starts', 'http://www.lakeontario300.org/sailinginstructions2007.html'],
  ['Enter On Line', 'http://www.lakeontario300.org/onlineregistration.html'],  
  ['Entry Form - Double Handed', 'http://www.lakeontario300.org/EntryForm-Double-2007.pdf'],
  ['Entry Form - Fully Crewed', 'http://www.lakeontario300.org/EntryForm-Crewed-2007.pdf'],
  ['Equipment List', 'http://www.lakeontario300.org/AppendixA-2007.pdf'],
  ['Crew List Form', 'http://www.lakeontario300.org/CrewList-2007.pdf'],
  ['Course', 'http://www.lakeontario300.org/course.html'],
  ['Trophies and Flags', 'http://www.lakeontario300.org/trophies.html'],
 ],
 ['Event Activities', 'eventschedule.html', null,
  ['Event Schedule', 'http://www.lakeontario300.org/eventschedule.html'],
  ['Port Credit Street Party', 'http://www.lakeontario300.org/streetparty2007.html'],
  ['FIS Transponders', 'http://www.lakeontario300.org/FIStracking.html'],
  ['Air Canada Draw', 'http://www.lakeontario300.org/aircanadadraw.html'],
  ['Skippers Plan Team Challenge', 'http://www.lakeontario300.org/teamtrophy.html'],
  ['Skippers Meeting', 'http://www.lakeontario300.org/skippersmeeting.html'],
  ['Friday Night Party', 'http://www.lakeontario300.org/preraceparty.html'],  
  ['Photo Contest', 'http://www.lakeontario300.org/photocontest2007.html'],
  ['Sperry Breakfast', 'http://www.lakeontario300.org/sperrybreakfast.html'],
  ['Retail Goods', 'http://www.lakeontario300.org/retail.html'],
  ['Promo Ditch Bag', 'http://www.lakeontario300.org/nattyditchbag.html'],
 ],
 ['The Participants', 'participants.html', null,
  ['2007 Participants', 'http://www.lakeontario300.org/participants.html'],
  ['2007 Teams', 'http://www.lakeontario300.org/teamsfor2007.html'], 
  ['Crew Bank', 'http://www.lakeontario300.org/crewbank.html'],  
  ['2006 Participants', 'http://www.lakeontario300.org/participants2006.html'],
  ['2005 Participants', 'http://www.lakeontario300.org/participants2005.html'],
  ['2004 Participants', 'http://www.lakeontario300.org/participants2004.html'],
 ],
 ['Race History', 'winners.html', null,
  ['Winners, Results', 'http://www.lakeontario300.org/winners.html'],
  ['Race Background', 'http://www.lakeontario300.org/background.html'],
  ['Results to Date', 'http://www.lakeontario300.org/results.html'],
  ['News Articles', 'http://www.lakeontario300.org/news.html'],
 ],
 ['Photo Galleries', 'galleries.html', null,
  ['2007 Galleries', 'http://www.lakeontario300.org/galleries.html#2007'],
  ['2006 Galleries', 'http://www.lakeontario300.org/galleries.html#2006'],
  ['2005 Galleries', 'http://www.lakeontario300.org/galleries.html#2005'],
  ['2004 Galleries', 'http://www.lakeontario300.org/galleries.html#2004'],
 ],
 ['Contact US', 'contact.html', null,
  ['Organizing Committee', 'http://www.lakeontario300.org/contact.html'],
  ['Sponsorship', 'http://www.lakeontario300.org/sponsor.html'],
  ['FAQ', 'http://www.lakeontario300.org/faq.html'],
  ['Links', 'http://www.lakeontario300.org/links.html'],
 ],
];
 
