/*
  --- 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 user="spartaangoesusa";
var	site="hotmail.com";
var question="?subject=NYC marathon vraag";

var MENU_ITEMS = [
	['Home', 'home.htm',{'sb' : 'Spartaan goes USA homepage'},
	],
	['Nieuws archief', null, null,
		['2006', 'nieuws2006.htm',{'sb' : 'Alle nieuwsitems van 2006'}],
		['2005', 'nieuws2005.htm',{'sb' : 'Alle nieuwsitems van 2005'}],
		['2004', 'nieuws2004.htm',{'sb' : 'Alle nieuwsitems van 2004'}],
		['2003', 'nieuws2003.htm',{'sb' : 'Alle nieuwsitems van 2003'}]
	],
	['Verslagen', null, null,
		['Gert Jan Booij', 'verslagGJB.htm'],
		['Irene Smit', 'verslagIS.htm'],
		['Gerard Beernink', 'verslagGB.htm'],
		['Rob Boot', 'verslagRB.htm'],
		['Jan van Saase', 'verslagJVS.htm'],
		['René van Geest', 'verslagRVG.htm']
	],
	['Marathon info', null, null,
		['Marathon tips', 'tips.htm'],
		['Het parcours', 'parcours.htm'],
		['NYC marathon', 'http://www.ingnycmarathon.org/',{'tw' : '_blank','sb' : 'Officiele New York city marathon site'}]
	],
	['Smoelenboek', 'smoelenboek.htm',{'sb' : 'Spartaan goes USA smoelenboek'},],
	['Foto gallerij', null, null,
		['15-10-2005 (2)', 'fotoos20051015-2.htm',{'sb' : '35 km training - 15 oktober 2005'}],
		['15-10-2005 (1)', 'fotoos20051015.htm',{'sb' : '35 km training - 15 oktober 2005'}],
		['24/25-09-2005 (2)', 'fotoos20050924-2.htm',{'sb' : 'Trainingsweekend - 24/25 september 2005'}],
		['24/25-09-2005 (1)', 'fotoos20050924.htm',{'sb' : 'Trainingsweekend - 24/25 september 2005'}],
		['13-08-2005', 'fotoos20050813.htm',{'sb' : 'Een 27km training - 13 augustus 2005'}],
		['18-06-2005', 'fotoos20050618.htm',{'sb' : 'De eerste gezamenlijke training - 18 juni 2005'}],
		['11-06-2005', 'fotoos20050611.htm',{'sb' : 'Kleding uitreiking - 11 juni 2005'}]
	],
	['Columns', null, null,
		['Krijgen', 'column02.htm',{'sb' : 'Krijgen - Rob Boot - september 2005'}],
		['Toekomstige herinneringen', 'column01.htm',{'sb' : 'Toekomstige herinneringen - juni 2005'}]
	],
	['Reis info', 'home.htm', null,
		['Deelnemerslijst', 'deelnemers.htm'],
		['Radio Rijnmond', 'http://195.109.181.114/marathon/',{'tw' : '_blank','sb' : 'Radio Rijnmond'}],
		['Hotel AmeriSuites', 'http://www.amerisuites.com/reservations/locationdetail.asp?facid=4068',{'tw' : '_blank','sb' : 'Hotel AmeriSuites'}],
		['Kaart Manhattan', 'manhattan.htm',{'sb' : 'Kaart Manhattan'}],
		['Satelliet fotos',null,{'sb' : 'Fraaie satelliet fotos van Google'},
			['Vrijheidsbeeld','http://maps.google.com/maps?q=jfk+to+350+5th+ave,+new+york&ll=40.689661,-74.044837&spn=0.003856,0.007114&t=k&hl=en',{'tw' : '_blank','sb' : ''}],
			['Empire state building','http://maps.google.com/maps?q=empire+state+building+new+york&ll=40.748078,-73.985453&spn=0.003853,0.007114&t=k&num=10&start=0&hl=en',{'tw' : '_blank','sb' : ''}],
			['Verenigde Naties','http://maps.google.com/maps?q=empire+state+building+new+york&ll=40.749468,-73.968437&spn=0.003853,0.006951&t=k&num=10&start=0&hl=en',{'tw' : '_blank','sb' : ''}],
			['Central Park','http://maps.google.com/maps?q=new+york&ll=40.773847,-73.970776&spn=0.030813,0.055610&t=k&hl=en',{'tw' : '_blank','sb' : ''}],
			['Ground zero','http://maps.google.com/maps?q=jfk+to+350+5th+ave,+new+york&ll=40.711801,-74.014056&spn=0.003855,0.006951&t=k&hl=en',{'tw' : '_blank','sb' : ''}],
			['Ons hotel','http://maps.google.com/maps?q=empire+state+building+new+york&ll=40.786228,-74.044933&spn=0.014477,0.027805&t=h&num=10&start=0&hl=en',{'tw' : '_blank','sb' : ''}],
			['De Spartaan','http://maps.google.com/maps?q=hillegom&ll=52.260304,4.543748&spn=0.006226,0.014229&t=k&hl=en',{'tw' : '_blank','sb' : ''}],
			['De Zilk','http://maps.google.com/maps?q=hillegom&ll=52.302929,4.534822&spn=0.006220,0.014229&t=k&hl=en',{'tw' : '_blank','sb' : ''}],
		],
	],
	['FAQ', 'faq.htm',{'sb' : 'Antwoorden op veel gestelde vragen'},
	],
];


