/*
  --- 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 = 
[
	

['About CTCS', null, null,
		
	['History', 'History.html'],
	['Employment Opportunities', 'Employment.html'],			
		
	['Mission Statement', 'Mission.html'],
	['Statement of Educational Philosophy', 'Statement of Educational Philosophy.html'],
	['Graduate Profile', 'Graduate Profile.html'],	
	['Board News', 'Board.html'],
	],
	
	

['Academics', null, null,
		
	['Preschool', null,null,
			
		['Curriculum', 'PS Curriculum.html'],
			
		['Faculty', 'PS Faculty.html'],
		],
		
	['Elementary', null,null,
			
		['Curriculum', 'Elem Curriculum.html'],
		['Academic Competitions', 'Elem Academic.html'],			
		['Faculty', 'Elem Faculty.html'],
		],
		
	['Secondary', null,null,
			
		['Curriculum', 'HS Curriculum.html'],
		['Academic Competitions', 'HS Academic.html'],			
		['Faculty', 'HS Faculty.html'],
					
		['Degree Plan', 'HS Degree.html'],
		],		

	

	['Administration', null,null,
			
		['Board', 'Board.html'],
			
		['Administrative Staff', 'Administration.html'],
		],
	],
['Admissions', null, null,
		
	['Enrollment Information', 'Enrollment.html'],
		
	['School Calendar', 'calendar.html'],				
	],
	
	
['Policies', null, null,
		
	['CTCS Handbook', 'Handbook.html'],			
		
	['Athletic Handbook', 'Athletic Handbook.html'],
		
	['Uniform Code', 'Uniform.html'],
		
	['School Calendar', 'calendar.html'],		
	],
		
	
['Development', null, null,
		
	['Giving Tree', 'Giving Tree.html'],			
		
	['Walk a Thon', 'Walkathon.html'],
				
	],
	
	
['Parent Info', null, null,
		
	['PTF News', 'PTF.html'],
		
	['School Calendar', 'calendar.html'],					
	],
		
	
['Athletics', null, null,
		
	['Volleyball', 'Volleyball.html'],
		
	['Football', 'Football.html'],
		
	['Girls Basketball', 'G Basketball.html'],
		
	['Boys Basketball', 'B Basketball.html'],
		
	['Track', 'Track.html'],
		
	['Baseball', 'Baseball.html'],
		
	['Athletic Handbook', 'Athletic Handbook.html'],					
	],
	
['Extracurricular', null, null,
		
	['Band', 'Band.html'],
		
	['Choir', 'Choir.html'],
		
	['Art', 'Art.html'],
	
	['Praise Band', 'Praise Band.html'],

	['Student Leadership', 'Student Leadership.html'],

	['Theatre Arts', 'Theatre Arts.html']

	],
];