/*
  --- 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', '/index.html', {'tw' : '_self'},],

	['About EVTC', '/info/about.html', {'tw' : '_self'},],
	
	['Membership', '/info/membership.html', {'tw' : '_self'},],

	['Events', '/info/events.html', {'tw' : '_self'},],
//	    ['Club Tournament', '/evtc/info/clubtournament.html', {'tw' : '_self'},],
	
//	['Newsletters', './evtc/info/newsletters.html', {'tw' : '_self'},],
	
	['Teams', '/info/teams.html', {'tw' : '_self'},],
	
//	['Tournaments', null, null,
//		['Internal', null, null,
//			['Annual Tournament', '/info/int_annual.html', {'tw' : '_self'},],
//		],
//		['External', null, null,
//		    ['External Tournament', '/info/ext_tournament1', {'tw' : '_self'},],
//	    ],
//	],

//	['Fixtures and Results', null, null,
//	    ['Winter Fixture 06/07', './evtc/info/fixture_winter0607.pdf', {'tw' : '_blank'},],
//	    ['Summer Results 2006', './evtc/info/result_summer2006.pdf', {'tw' : '_blank'},],
	//    ['Boys', './evtc/tba.html', {'tw' : '_self'},],
	//    ['Girls', './evtc/tba.html', {'tw' : '_self'},],
	//    ['Mixed', './evtc/tba.html', {'tw' : '_self'},],
//	],
	
	['Coaching', null, null,
		['Coaches', '/info/coaches.html', {'tw' : '_self'},],
	    ['Holiday Courses', '/info/courses.html', {'tw' : '_self'},],
	    ['Junior Coaching', null,null,
		    ['Information', '/info/junior.html', {'tw' : '_self'},],
			['Schedule', '/info/juniorschedule.html', {'tw' : '_self'},],
		],
	    ['Adult Coaching', '/info/adult.html', {'tw' : '_self'},],
	    ['Spring Squads 2012', '/info/Club_and_Performance_Squads_Spring_2012.pdf', {'tw' : '_blank'},],
		['Elite Spring Squads 2012', '/info/Elite_Squads_Spring_2012.pdf', {'tw' : '_blank'},],
	    ['Mini Tennis Spring 2012', '/info/Mini_Tennis_Spring_2012.pdf', {'tw' : '_blank'},],
	    ['Munchkins Tennis Spring 2012', '/info/Munchkins_Spring_2012.pdf', {'tw' : '_blank'},],
//	    ['Online Documents', '/evtc/info/onlinedocs.html', {'tw' : '_self'},],
	],

//	['Championship Rules', '/info/championship_rules.pdf', {'tw' : '_blank'},],
	
	['Contact Us', '/info/contactus.html', {'tw' : '_self'},],
	
	['Directions', 'http://maps.google.co.uk/maps?f=q&hl=en&geocode=&time=&date=&ttype=&q=Burford+Lodge+Recreation+Ground+%4051.184280,+-0.693600&ie=UTF8&ll=51.184004,-0.69319&spn=0.005044,0.009978&t=h&z=17&om=1', {'tw' : '_blank'},],

	['Useful Links', null, null,
	    ['Lawn Tennis Association', 'http://www.lta.org.uk/', {'tw' : '_blank'},],
	    ['Elstead Village Website', 'http://www.elstead.org.uk/', {'tw' : '_blank'},],
	    ['Aldershot & District Lawn Tennis Association', 'http://www.aldershotdistrictlta.com/Index.html', {'tw' : '_blank'},],
	],

];


