/*
  --- Menu Elemente --- 
*/
var MENU_ITEMS = 
[
	['Home', 'http://www.yachtsman.de', null
	],
	['Wissen', null, null,
		['Seglerlexikon', 'http://www.yachtsman.de/pages/seglerlexikon_a.html', null],
		['Zeitzonen', 'http://www.maps-continents.com/maps/time-zones.gif', {'tw' : '_blank'}],
		['Beaufortscala', 'http://www.yachtsman.de/pages/beaufortscala.html', null]
	],
	['Lernen', null, null,
		['Flaggenalphabet', 'http://www.yachtsman.de/pages/flaggenalphabet.html', null],
		['Fragenkatalog', null, null,
			['SBF-See', 'http://www.yachtsman.de/pages/fragenkatalog_sbf_see_.html', null],
			['SBF-Binnen', 'http://www.yachtsman.de/pages/fragenkatalog_sbf_binnen_.html', null],
		],
	],
	['Tools', null, null,
		['Energieverbrauch', 'http://www.turaus.de/pages/energieverbrauch.html', null],
		['Umrechnen', null, null,
			['Längenberechnung', 'http://www.yachtsman.de/pages/laengenberechnung.html', null],
			['Geschwindigkeiten', 'http://www.yachtsman.de/pages/geschwindigkeiten.html', null],
			['Temperaturen', 'http://www.yachtsman.de/pages/temperaturen.html', null],
		],
	],
	['Tipps', null, null,
		['Kauftipps', 'http://www.yachtsman.de/pages/yachtkauftipps.html', null,
		]
	],
	['Termine', null, null,
		['Messen', 'http://www.yachtsman.de/pages/veranstaltungen.html', null],
	],
	['News', 'http://www.yachtsman.de/pages/newsspots.html', null
	],
	['Wetter', null, null,
		['Div. Vorhersagen', 'http://www.yachtsman.de/pages/segelwetter.html', null],
		['wetter-online.de', 'http://www.wetter-online.de',  {'tw' : '_blank'}],
		['Hurricanes', 'http://www.sailwx.info/hurricanes/hurricanes.phtml',  {'tw' : '_blank'}],
	],
	['TV-Tipps', 'http://www.yachtsman.de/pages/tv.html', null
	],
	['Forum', 'http://www.yachtsman.de/phpBB2/index.php', {'tw' : 'Forum'}],
	['Kontakt', 'mailto:info@yachtsman.de', {'tw' : '_blank'}],
	['Impressum', 'http://www.yachtsman.de/pages/impressum.html', null],
];
