/*
  --- 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_ITEMS2 = [
	[ 'OCDSB Links', null, null,
		['OCDSB web site', 'http://www.ocdsb.on.ca/', {'tw' : '_top'}],
		['OCDSB Calendar ', '2009-2010_School_year_Calendar.pdf', {'tw' : 'content'}],
		//'Faith Days', 'http://www.ocdsb.edu.on.ca/General_Info/Fact_Sheets/Comm_Faith_Days_2006_07.pdf', {'tw': '_top'}],
	],
	['Course Calendar', 'CourseCalendar/coursecal.htm', {'tw' : '_top'}],
	['School Council', 'council/schoolcouncil.htm', {'tw' : 'content'}],
	['Student Council', 'studentcouncil.htm', {'tw' : 'content'}],
	['Clubs', 'clubs.htm', {'tw' : 'content'}],
];

