/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', '/index.php', {'sb':'Front Home Page'},
		['webcam >>', '/website/webcam0.php', {'sb':'live pictures from the wall'},
			['the wall', '/website/cam-wall-a0.htm', {'sb':'The Wall'}],
			['the cave', '/website/cam-cave-a0.htm', {'sb':'The Cave'}],
			['mid-wall', '/website/cam-midwall-a0.htm'],
			['parking cam', '/website/cam-parking-a0.htm', {'sb':'Parking Cam'}]
		],
		['go green', '/website/greengym.php', {'sb':'solar power'}],
		['solar power', '/website/solarpower.php', {'sb':'solar power'}],
		['gift certificates', '/website/tenpunch.php', {'sb':'gift certificates'}],
		['staff profiles', '/website/profiles.php', {'sb':'staff profiles'}],
		['employment', '/website/helpwanted2.php'],
		['contact us', '/website/contact3.htm']
	],
	['how to', null, null,
		['hours', '/website/hours3.php', {'sb':'Hours'}],
		['find us', '/website/map2.htm'],
		['prices', '/website/memberinfo3.php', {'sb':'Membership Plans'}],
		['waiver', '/website/waiver/waiver2007Instruction1.php'],
		['contact us', '/website/contact3.htm']
	],
	['programs', '/website/programs3.htm', null,
		['kids     >>', '/website/programs3.htm', null,
			['birthday parties', '/website/kidsprograms2.php', null,
				['online reservation', '/website/request-bparty2.htm']
			],
			['after school', '/website/kids2programs3.php'],
			['summer camp', '/website/kidsprograms2.php', null,
				['online reservation', '/website/camp/registration/registration.php']
			],
			['waiver', '/website/waiver/waiver2007Instruction1.php']
		],
		['teens       >>', '/website/teenprograms3.htm', null,
			['climbing teams', '/website/climbingteam2.php'],
			['after the prom', '/website/teenprograms3.htm'],
			['waiver', '/website/waiver/waiver2007Instruction1.php']
		],
		['scouting >>', '/website/scouting2.htm', null,
			['Boy Scouts', '/website/scouting2.htm', null,
				['reservations', '/website/request-scouting2.htm']
			],
			['Girl Scouts', '/website/scouting-girl2.htm', null,
				['reservations', '/website/request-scouting2.htm']
			]
		],
		['adults', '/website/adultprograms2.htm'],
		['corporate', '/website/corporate2.htm']
	],
	['services', null, null,
		['comps >>', '/website/comps/intro2.htm', null,
			['home', '/website/comps/intro2.htm'],
			['registration', '/website/comps/registration/index.php'],
			['FAQ', '/website/comps/compFAQ2.htm'],
			['past comps', '/website/comps/history.php'],
			['online scoring', '/website/comps/scoring-quick.php'],
			['show scores', '/website/comps/scoring-overall.php']
		],
		['yoga', '/website/yogapilates2.php'],
		['pilates', '/website/pilates2.htm'],
		['personal trainer', '/website/personal-trainer.php'],
		['climbing instruction', '/website/climbing-instruction2.php'],
		['ride share', '/website/carpool2/accounts/frontslc/frontcarpool.php', {'sb':'rideshare message board'}]
	]
];

