/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.soargbsc.com/', {'tt':'Return to GBSC home page'}],
	['About', null, null,
		['Club History', 'http://www.soargbsc.com/history.php'],
		['Intro to Soaring', 'http://www.soargbsc.com/intro_soaring.php'],
		['Join GBSC', 'http://www.soargbsc.com/join_gbsc.php'],
		['Junior Program', 'http://www.soargbsc.com/juniors.php'],
		['Fee Schedule', 'http://www.soargbsc.com/flight_fees.php'],
		['Fleet', 'http://www.soargbsc.com/fleet.php'],
		['Location', 'http://maps.google.com/maps?q=121+Greenland+Rd,Sterling,+MA+01564&ll=42.425415,-71.794146&spn=0.029419,0.056714&hl=en'],
		['Sterling Airport', 'http://www.sterlingairport.net']
	],
	['Members', null, null,
		['Duty Schedule', 'http://www.soargbsc.com/db_sched.php'],
		['Senior Field Officers', 'http://www.soargbsc.com/sfos.php'],
		['Instructor Page', 'http://home.comcast.net/~verhulst/GBSC/instructor/'],
		['Student Pages', 'http://home.comcast.net/~verhulst/GBSC/student/'],
		['Ops Docs', 'http://www.soargbsc.com/public_procs.php'],
		['Maint Docs', 'http://www.soargbsc.com/public_maint.php'],
		['Members Only', 'http://www.soargbsc.com/members.htm'],
		],
	['Club Activities',null,null,
		['BLOG', 'http://www.soargbsc.com/blogger'],
		['Gold Cup Contest', 'http://www.soargbsc.com/gold_cup.php'],
		['Photos','http://www.soargbsc.com/soaring_gallery.php'],
		['Videos','http://www.soargbsc.com/Video.html'],
		['State Records','http://home.comcast.net/~glider3/records/'],
		['Online Contest','http://www3.onlinecontest.org/olc-2.0/gliding/daily.html?st=olc&rt=olc&c=US&sc=1&df=&sp=2010&cc=492&filter'],
		['Spot Tracking','http://www.soargbsc.com/spot.php'],
	], 
	['Weather', null, null,
		['What is a TI Index', 'http://www.soargbsc.com/thermal.htm',null ],
		['TI Index - Sterling', 'http://www.soarforecast.com/ti.cgi?SUBJECT=TI&Upperstation=ALB&Surfacestation=ORH&Forecasthigh=&MaxAltitude=12000',null ],
		['Dr Jack','http://www.drjack.info/BLIP/univiewer.html'],
		['BlipMap', 'http://www.drjack.info/BLIP/univiewer.html',null ],
		['Metar/TAF',  'http://adds.aviationweather.gov/metars/',null ],
		['Wind Mapper', 'http://windmapper.com/?Loc=NE',null ],
		['Weather Links','http://www.soargbsc.com/weather_links.htm',null], 
	],
	['Contact Us', 'http://www.soargbsc.com/contact.php']
	
];
