/*
  --- 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 goes USA homepage'},
	],
	['Nieuws archief', 'nieuws2006.htm',{'sb' : 'Alle nieuwsitems van 2006'},
	],
	['Marathon info', null, null,
		['Marathon tips', 'tips.htm'],
		['Het parcours', 'parcours.htm'],
		['Wenen marathon', 'http://www.vienna-marathon.com/',{'tw' : '_blank','sb' : 'Officiele Wenen marathon site'}]
	],
	['Reis info', 'home.htm', null,
		['Deelnemerslijst', 'deelnemers.htm'],
		['Hilton Vienna Danuba', 'http://www.hilton.com/en/hi/hotels/index.jhtml;jsessionid=FMZ0EZZCIT5LWCSGBIYM22QKIYFCXUUC?ctyhocn=VIEHAHI',{'tw' : '_blank','sb' : 'Het hotel waar we ons laten verwennen!'}],
	],
	['FAQ', 'faq.htm',{'sb' : 'Antwoorden op veel gestelde vragen'},
	],
];


