/* Menu items structure */
/* Full links will be needed for all, eg "http://www.haefen.ca/index.html" */
var MENU_ITEMS = [
	['Home', null, null,
	    ['Home Page', 'http://www.haefen.ca/index.html'],
		['About Us', 'http://www.haefen.ca/haefen.htm'],
		['Saxon', 'http://www.haefen.ca/saxon/saxon.htm'],
		['Feedback', 'http://www.haefen.ca/feedb.htm'],
	],
	['Sailing', null, null,
		['Logbook', 'http://www.haefen.ca/blog'],
	    ['About', 'http://www.haefen.ca/sail/index.htm'],
	    ['Sucia Island', 'http://www.haefen.ca/pht/sucia.htm'],
	    ['Drayton Harbor', 'http://www.haefen.ca/pht/toblaine.htm'],
	    ['Haefen June 2008', 'http://www.haefen.ca/sail/florida/haefen1.htm'],
	    ['Haefen Outfitting', null, null,
	    	['Mobile AL, p1', 'http://www.haefen.ca/sail/alabama/photos1.htm'],
	    	['Mobile AL, p2', 'http://www.haefen.ca/sail/alabama/photos2.htm'],
	    	['Mobile AL, p3', 'http://www.haefen.ca/sail/alabama/photos3.htm'],
	    	['Mobile AL, p4', 'http://www.haefen.ca/sail/alabama/photos4.htm'],
	    	['Mobile AL, p5', 'http://www.haefen.ca/sail/alabama/photos5.htm'],
	    	['Mobile AL, p6', 'http://www.haefen.ca/sail/alabama/photos6.htm'],
	    	['Mobile AL, p7', 'http://www.haefen.ca/sail/alabama/photos7.htm']
	    ],
	    ['Sail School Florida', null, null,
			['Page 1', 'http://www.haefen.ca/sail/florida/ss01.htm'],
			['Page 2', 'http://www.haefen.ca/sail/florida/ss02.htm']
		],
		['Glossary', 'http://www.haefen.ca/sail/glossary.htm'],
		['Sailing Links', 'http://www.haefen.ca/sail/links.htm']
	],
	['Fort McMurray', null, null,
		['Fort Mac', 'http://www.haefen.ca/fm/index.htm'],
		['Oil Sands', 'http://www.haefen.ca/fm/oilsands.htm'],
		['Photos', null, null,
			['Page 1', 'http://www.haefen.ca/fm/photos.htm'],
			['Page 2', 'http://www.haefen.ca/fm/photos2.htm'],
			['Blue Special', 'http://www.haefen.ca/pht/bluespecial.htm']
		],
		['Keyano College', 'http://www.haefen.ca/fm/keyano.htm'],
		['McMurray Links', 'http://www.haefen.ca/fm/links.htm']
	],
	['West Coast', null, null,
		['Prince Rupert', 'http://www.haefen.ca/pht/prrupert1.htm'],
		['Inside Passage - Winter', 'http://www.haefen.ca/pht/inspassage1.htm'],
		['Ladysmith Harbour', 'http://www.haefen.ca/pht/ladysmharbr.htm'],
		['Nanaimo to Vancouver', null, null,
			['Page 1', 'http://www.haefen.ca/pht/nanaimovan.htm'],
			['Page 2', 'http://www.haefen.ca/pht/nanaimovan2.htm'],
			['Page 3', 'http://www.haefen.ca/pht/nanaimovan3.htm']
		],
		['West Coast Trip', null, null,
			['Page 1', 'http://www.haefen.ca/pht/west1.htm'],
			['Page 2', 'http://www.haefen.ca/pht/west2.htm']
		],
		['Seattle Trip', 'http://www.haefen.ca/pht/seattle.htm'],
		['Vancouver', 'http://www.haefen.ca/vancouver.htm']
	],
	['Other Places', null, null,
		['Las Vegas', 'http://www.haefen.ca/pht/vegas.htm'],
		['Alberta Badlands', 'http://www.haefen.ca/pht/drumheller.htm'],
		['Winnipeg', 'http://www.haefen.ca/winnipeg.htm'],
		['Manitoba', 'http://www.haefen.ca/mphotos/index.htm'],
	]
];

