/* --- menu items --- */
var MENU_ITEMS = [
	
	['Whats New', 'whats_new.asp',		
		
	],	


	['Organization', null,
		['President', 'president.asp'],		
		['Mission', 'mission.asp'],
		['Sponsors', 'partners.asp'],
		['Contact Us', 'contact.asp'],
		
	],
        ['Program', null,
		['Director', 'director.asp'],
		['Development', 'development.asp'],
		['Mentoring', 'mentoring.asp'],
		['Academy', 'academy.asp'],
		['Career', 'career.asp'],
		
	],
        ['Basketball', null,
		
		['News', 'news.asp'],
		['Players', 'players.asp'],
		['Our Teams', 'teams.asp'],
		['Schedule', 'schedule.asp'],
		['Practice', 'practice.asp'], 
		['Tourney Results', 'tourneyresults.asp'],               
		['Our Coaches', 'coaches.asp'],
		['Alumni', 'alumni.asp'],
                ['Photo Gallery', 'photo_1.asp'],		
		['Exhibition Team', 'exhibition_team.asp'],
                ['Apply To SITG', 'form_student_contact.asp'],		

	],
	['Services', null,
		['Recruiting', 'recruiting.asp'],
		['Scouting', 'scouting.asp'],
		['Placement', 'placement.asp'],
		['Consulting', 'consulting.asp'],		
		
	],
        ['Information', null,
		['Camps', 'camps.asp'],
		['Events', 'events.asp'],		
                ['Links', 'links.asp'],		
                ['FAQs', 'faqs.asp'],                
                ['Hand-Outs', 'handouts.asp'],	
		['Keys To Success', 'motivation_1.asp'],
	
	],
        ['Feature Story',  'featured_student.asp',
				
	],

	['Action Photos', 'teaminaction.asp',
				
	],

        ['Home',  'index.asp',
				
	],
        

];

