/*
  --- 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 2010 homepage'},],
	['Reis info', 'home.htm', null,
		['Alg. informatie', 'docs/algemeneinformatie.doc'],
		['Alg. voorwaarden', 'docs/algemenevoorwaarden.doc'],
		['Inschrijfformulier', 'docs/inschrijfformulier.doc'],
		['Bankgegevens', 'bankgegevens.htm'],
		['Betaalschema', 'betaalschema.htm'],
		['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' : ''}],
		],
	],
	['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'}]
	],
	['Fotoos', null, null,
		['Groepsfotoos', 'groepsfotoos.htm'],
		['14 aug-Aad', 'training20100814_a.htm'],
		['14 aug-Irene', 'training20100814_b.htm']
	],
	['Smoelenboek', 'smoelenboek.htm',{'sb' : 'Spartaan goes USA 2010 smoelenboek'},], 
	['Nieuws archief', 'nieuws2009.htm', null,],
	['Nieuwsbrieven e.d.', null, null,
		['17-November 2010', 'docs/nieuwsbrief_17.doc'],
		['16-Oktober 2010', 'docs/nieuwsbrief_16.doc'],
		['15-Oktober 2010', 'docs/nieuwsbrief_15.doc'],
		['14-September 2010', 'docs/nieuwsbrief_14.doc'],
		['Krant-Mei 2010', 'docs/krant-mei2010.doc'],
		['12-Mei 2010', 'docs/nieuwsbrief_12.doc'],
		['Presentatie 21 Maart', 'docs/presentatie21032010.ppt'],
		['11-Maart 2010', 'docs/nieuwsbrief_11.doc'],
		['10-Maart 2010', 'docs/nieuwsbrief_10.doc'],
		['9-Januari 2010', 'docs/nieuwsbrief_9.doc'],
		['8-December 2009', 'docs/nieuwsbrief_8.doc'],
		['7-November 2009', 'docs/nieuwsbrief_7.doc'],
		['6-Oktober 2009', 'docs/nieuwsbrief_6.doc'],
		['5-September 2009', 'docs/nieuwsbrief_5.doc'],
		['4-Juli 2009', 'docs/nieuwsbrief_4.doc'],
		['3-Mei 2009', 'docs/nieuwsbrief_3.doc'],
		['2-April 2009', 'docs/nieuwsbrief_2.doc'],
		['1-April 2009', 'docs/nieuwsbrief_1.doc']
	],
	['Organisatie', 'organisatie.htm', null,
	],
];



