/* 	MENU STRUCTURE
	item=['title', 'link', 'description', 'target','path_to_image_file', item, ..., item]
*/

curtmenu = menu([
  ['Home', '/~curt/', 'Main Home Page', '_self', null,
    ['Home Page', '/~curt/'],
    ['Work Info', '/~curt/Work/'],
    ['Interests', '/~curt/interests.html'],
    ['Resume', '/~curt/resume.html']
  ],
  ['Links & Hobbies',
    ['Favorite Links', '/~curt/links'],
    ['Model Airplanes', '/~curt/Models/hangar.html'],
    ['UAS Research', '/~curt/UAS/'],
    ['Skijoring', '/~curt/Skijoring/']
  ],
  ['Software',
    ['FlightGear', 'http://www.flightgear.org/'],
    ['MicroGear', '/~curt/UAS/MicroGear1/'],
    ['Flight Sim Weather', '/~curt/weather'],
    ['CBB Finance Manager', 'http://cbb.sf.net/'],
    ['Robotics Research', '/~curt/research/']
  ],
  ['Photo Albums',
    ['Browse all albums ...', '/~curt/PhotoAlbums/'],
    _split,
    ['EAA Oshkosh Air Venture 2008', '/~curt/PhotoAlbums/2008 EAA Air Venture/'],
    ['A320 Sim', '/~curt/Photos/A320/'],
    ['Kenai and Mia', '/~curt/Photos/Kenai'],
    ['Olson Cabin', '/~curt/Photos/LakeFront'],
    ['National Air Tour 2003', '/~curt/PhotoAlbums/NationalAirTour-2003-front.html'],
    ['UnderWater World', '/~curt/Photos/UnderWater'],
    ['Various Stuff', '/~curt/Photos/Various'],
    ['Virtual Wright Flyer', '/~curt/WrightSim/']
  ],
  ['Videos', 'http://youtube.com/profile_videos?user=clolsonus']
]);

