/*
  --- menu items --- 

*/
var MENU_ITEMS = [
	
	['HOME',  ['gs_home.html', '', '']],
	['PHILOSOPHY', ['gs_phil.htm', '', '']],
	['SCHOOLS', null, null,
		['2-Day Golf School', ['gs_schools.htm', '', ''], null],
		['3-Day Golf School', ['gs_schools3.html', '', ''], null],
		['Jr. Golf & Adventure Camp', ['adventure_camp.html', '', ''], null],
		['Nike Jr. Golf Camps', ['nike_golf.html', '', ''], null],
		['Jr. Clinics', ['jr_clinics.html', '', ''], null],
	],
	
['GOLF TIPS', null, null,
		['Quick Tips', ['gs_tips.htm', '', ''], null],
		/*['Video ', ['', 'tickets', ''], null],
		['Archives', ['', 'tickets', ''], null],*/
	],
['CONTACT US', null, null,
		['Golf School', ['gs_contact.htm', '', ''], null],
	
	],

];

