/*
  --- 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.
*/
boardserver='http://www1.ocdsb.edu.on.ca/srbhweb/'
var MENU_ITEMS = [
	['Home', 'main.htm', {'tw' : 'content'}],
	['Information', null, null,

		['School Profile', 'SchoolProfile.htm', {'tw' : 'content'}],
		['Behaviour Code', 'CodeOfBehaviour.htm', {'tw' : 'content'}],
		['Student Services', 'StudentServices/StudentServices.htm', {'tw' : 'content'}],
		['Library Links', 'Library/library_research_sites.html',{'tw' : 'content'}],
		//['SRB Calendar (Excel)', 'timetable.htm', {'tw' : 'content'}],
		['Time Table', 'timetable.htm', {'tw' : 'content'}],
		['Reporting Dates', 'ReportingDates.htm', {'tw' : 'content'}],
		['Important Dates', 'KeyDates.htm', {'tw' : 'content'}],
		['Student Handbook', 'studenthandbook.htm', {'tw' : 'content'}],
		//['School Tour', 'schooltour.htm', {'tw' : '_top'}],
		
		//['SRB Web Team', 'SRBWEBTEAM/', {'tw' : '_top'}],
		//['SRB Alumni', 'srbalumni.htm', {'tw' : 'content'}],
		
	],
	['Events Calendar', 'http://calendar.srbhs.ca/', {'tw' : 'content'}],
	['Course Sites', null, null,
		['Math Department', 'math/math.htm', {'tw' : '_top'}],
		//['Languages', null, null,
		//	['Mr. Lefebvre\'s Site', 'http://www.bordenfrench.ca', {'tw' : '_top'}],
		//],
		//'Music', 'http://www.srb-music.net/', {'tw' : '_top'}],
		
		//['Science', null, null,
		//	['Mr. Potvin\'s Site', 'http://www.geocities.com/markspotvin/science_potvin.html', {'tw' : '_top'}]
		//],
		['Teacher wikis','http://srbhs.pbworks.com',{'tw' : '_top'}
		//	['Miss N. (BBI2O)' ,'http://www.srbhs.ca/BBI2O/', {'tw' : '_top'}],
		//	['Mr. McMann', 'https://ocdsb.desire2learn.com/index.asp', {'tw' : '_top'}],
		//	['Mr.  McAnany', 'Http://209.91.177.61' , {'tw' : '_top'}],
		//	['Mr.  Vesey', 'http://www.freewebs.com/vesey_science' , {'tw' : '_top'}],
			//['Teacher Wikis','http://srbhs.pbworks.com', {'tw' : '_top'}]
		]

	],
	['Sports', 'Sports/sports.htm', {'tw' : '_top'}]
];
