/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='00C100';			// Background color when mouse is over
	var HighSubBgColor='00C100';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=102;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("SD#22","http://www.sd22.bc.ca/","",0,20,79);
	

Menu2=new Array("School","","",8,20,105);
	Menu2_1=new Array("Administration","/school/administration.htm","",0,20,105);	
	Menu2_2=new Array("Counsellors","/school/counselors.htm","",0);
	Menu2_3=new Array("Staff","/school/staff.htm","",0);
	Menu2_4=new Array("Timetable","/timetable.htm","",0);
	Menu2_5=new Array("Registration","/school/registration.htm","",0);
	Menu2_6=new Array("Calendar","/school/calendar.htm","",0);
	Menu2_7=new Array("School Awards","/school/awards.htm","",0);
	Menu2_8=new Array("Staff Zone","/staff/index.html","",0);
                

Menu3=new Array("Departments","","",9,20,115);
	Menu3_1=new Array("Core Academics","/departments/core.htm","",0,20,115);
	Menu3_2=new Array("Applied Skills","/departments/appliedskills.htm","",0);
	Menu3_3=new Array("Fine Arts","/departments/finearts.htm","",0);
	Menu3_4=new Array("Support Services.","","",3);
		Menu3_4_1=new Array("PEP","/departments/pep.htm","",0,20,130);
		Menu3_4_2=new Array("Learning Centre","/departments/supportservices.htm","",0);
		Menu3_4_3=new Array("Learning Lab","/departments/learninglab.htm","",0);
	Menu3_5=new Array("Gr. 7 Team","/departments/g7team.htm","",0);
	Menu3_6=new Array("Athletics","/departments/athletics.htm","",0);
	Menu3_7=new Array("Forestry","/departments/forestry.htm","",0);
	Menu3_8=new Array("ESL","/departments/esl.htm","",0);
	Menu3_9=new Array("Aboriginal Support","/departments/absupport.htm","",0);

Menu4=new Array("Student Zone","","",9,20,131);
	Menu4_1=new Array("Resources","","",2,20,158);
		Menu4_1_1=new Array("LearnNow BC","http://www.learnnowbc.gov.bc.ca/","",0,20,143);
		Menu4_1_2=new Array("BC Minisrty of Education","http://www.gov.bc.ca/bced/","",0);
	Menu4_2=new Array("Timetable","/students/timetable.htm","",0);
	Menu4_3=new Array("Code of Conduct","/students/conduct.htm","",0);
	Menu4_4=new Array("Counselling Services","/students/counselling.htm","",0);
	Menu4_5=new Array("Library","","",4);
		Menu4_5_1=new Array("Staff","/students/libraryStaff.html","",0,20,125);
		Menu4_5_2=new Array("Student Resources","/students/libraryStudentResources.html","",0);
		Menu4_5_3=new Array("Teacher  Resources","/students/libraryTeacherResources.html","",0);
		Menu4_5_4=new Array("Literacy Resources","/students/libraryLiteracy.html","",0);
	Menu4_6=new Array("Career","/students/career.htm","",0);
	Menu4_7=new Array("Grad Transition","/students/transition.htm","",0);
	Menu4_8=new Array("Course Selection","/students/courseselection.htm","",0);
	Menu4_9=new Array("Drug/Alcohol Intervention","","",3);
		Menu4_9_1=new Array("Axis Intervension Services","/students/axis.htm","",0,20,158);
		Menu4_9_2=new Array("Suspension Learning Assignmnet","http://www.sd22.bc.ca/drug/index.htm","",0);
		Menu4_9_3=new Array("Cigarette Smoking Project","http://www.sd22.bc.ca/smoking/","",0);
Menu5=new Array("Grad Program","","",6,20,105);
	Menu5_1=new Array("Requirements","/graduation/requirements.htm","",0,20,105);
	Menu5_2=new Array("Grad Transition","/graduation/transition.htm","",0);
	Menu5_3=new Array("Prov. Exams","/graduation/exams.htm","",0);
	Menu5_4=new Array("PSI","https://www.bced.gov.bc.ca/exams/tsw/tsw/student/welcome.jsp","",0);
	Menu5_5=new Array("Scholarships","/graduation/scholarships.htm","",0);
	Menu5_6=new Array("Graduation Day","/graduation/graduationday.htm","",0);	

Menu6=new Array("Parents","","",4,20,80);
	Menu6_1=new Array("Report Cards","/parents/reporting.htm","",0,20,80);
	Menu6_2=new Array("PAC","/parents/pac.htm","",0);
	Menu6_3=new Array("SPC","/parents/spc.htm","",0);
	Menu6_4=new Array("SD22 DPAC","http://www.sd22.bc.ca/~dpac/","",0);

Menu7=new Array("Newsletters","/newsletters.htm","",0,20,84);

Menu8=new Array("Contact Us","/contact.htm","",2,20,90);
	Menu8_1=new Array("Site Map","/sitemap.htm","",0,20,90);
	Menu8_2=new Array("Area Map","/areamap.htm","",0,20,90);
	
