/*
  --- 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 = [
	['Dirksen Home', 'default.htm'], 
	
	['General Information', null, null,
		['Everett Dirksen Biography', 'biography.htm'],
		['Facts and Figures', 'facts.htm'],
		['Fine Arts', 'finearts.htm'],
		['Mission/Vision', 'mission.htm'],
		['Nuts and Bolts >', null, null,
			['Daily Schedule','schedule.htm'],
			['Emergency Closings','http://www.sd54.org/SD54/schoolcancellations.htm'],
			['Immunizations','immunizations.htm'],
			['Map','map.htm'],
			['School Supply Lists >', null, null,
				['Kindergarten', 'Kdg_Supply_list_0910.pdf'],
				['Grades 1-6', 'School_Supply_List_0910.pdf'],
		],	
			['Student Absences','absences.htm'],
			['Visitors','visitors.htm'],
	],
		['Photo Gallery', 'photogallery.htm'],
		['School Report Card', 'http://web54.sd54.k12.il.us/parent/strptcrds/ReportCards/Dirksen.pdf'],
		['Special Services', 'specialservices.htm'],
		['Student Activities', 'studentactivities.htm'],
		['Web Reporters', 'webclub.htm'],
	],
			
	['Web Resources', 'resources.htm'],
	
	['PTA', 'http://web54.sd54.k12.il.us/schools/dirksen/dirpta/index.htm'],
			
	['Calendar', 'http://sd54.org/MasterCalendar/MasterCalendar.aspx?data=zF4djibTi3yXBmmpxcBShg%3d%3d'],
	
	['Contact Information', 'contact.htm'],
	
	['District 54 Home', 'http://www.sd54.org/'],
];
