/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [
	['Home', 'home.htm',{'sb' : 'Spartaan Tour de Tirol homepage'},
	],
	['Fotoos', 'fotoosderden.htm',{'sb' : 'Fotoos van sites van anderen'},
	],
	['Certificaat 42k', 'certificaten.htm',{'sb' : 'Certificaten van de 42km'},
	],
	['YouTube filmpjes', 'youtube.htm',{'sb' : 'Youtube filmpjes!'},
	],
	['Webcams', 'webcamssoell.htm',{'sb' : 'Een blik op de fraaie omgeving!'},
	],
	['Tour info', null, null,
		['Tour de Tirol', 'http://www.tourdetirol.com/',{'tw' : '_blank','sb' : 'Officiele Tour de Tirol'}],
		['Hexenalm', 'http://www.hexenalm-soell.at',{'tw' : '_blank','sb' : 'Het hotel waar we ons laten verwennen!'}],
	],
];


