//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='003366';
	var HighBgColor='#B2C5D7';
	var FontLowColor='white';
	var FontHighColor='white';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana";
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=113; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Main","/index.php",0,20,121);

Menu2=new Array("News","#",8);
	Menu2_1=new Array("Updates","/ctk/news/updates/index.php",0,30,125);
	Menu2_2=new Array("Calendar","/ctk/news/calendar/index.php",0);
	Menu2_3=new Array("Archives","/ctk/articles/archives.php",0);
	Menu2_4=new Array("Forms Download","",3);
		Menu2_4_1=new Array("Teacher Performance Appraisal","/ctk/news/forms/performance_appraisal.pdf",0,20,240);
		Menu2_4_2=new Array("Senior Student Survey","/ctk/news/forms/student_survey.pdf",0,20,240);
		Menu2_4_3=new Array("Parent/Guardian Communication Survey","/ctk/news/forms/parent_survey.pdf",0,20,240);
	Menu2_5=new Array("Board Info","/ctk/news/updates/boardinfo.php",0,40);
	Menu2_6=new Array("Student Handouts","/ctk/news/handouts.php",0,40);
	Menu2_7=new Array("September Student Information","/ctk/news/augustmail/index.php",0,40);
	Menu2_8=new Array("Halton Hills Info","/ctk/news/haltonhillsinfo/index.php",0,40);

Menu3=new Array("School","#",7);
	Menu3_1=new Array("About CtK","/ctk/school/about.php",0,20,120);
	Menu3_2=new Array("Codes & Policies","/ctk/school/codes.php",0);
	Menu3_3=new Array("Staff","",0);
	Menu3_4=new Array("Photos","/ctk/cmphotogallery/index.php",0);
	Menu3_5=new Array("Schedule","/ctk/school/schedule.php",0);
	Menu3_6=new Array("School Council","/ctk/school/council/index.php",0);
	Menu3_7=new Array("Teachers' Area","http://staffnet.hcdsb.org/schools/KING/default.aspx",0);



Menu4=new Array("Academics","#",6);
	Menu4_1=new Array("Courses","/ctk/academics/courses/index.php",0,20,120);
	Menu4_2=new Array("Departments","",3);
		Menu4_2_1=new Array("Business","/ctk/academics/departments/business/index.php",0,20,150);
		Menu4_2_2=new Array("Math","/departments/math/index.html",0,20,150);
		Menu4_2_3=new Array("Physical Education","/physical-education/index.html",0,20,150);
	Menu4_3=new Array("Chaplaincy","/ctk/academics/chaplaincy/index.php",0);
	Menu4_4=new Array("Student Services","/departments/studentservices/",0);
	Menu4_5=new Array("Library","/departments/library/index.html",0);
        Menu4_6=new Array("House System","/housesystem/",0);



Menu5=new Array("Extra Curricular","#",4);
	Menu5_1=new Array("Athletics","",4,20,120);
		Menu5_1_1=new Array("Announcements","/ctk/extra/athletics/index.php",0,20,170);
		Menu5_1_2=new Array("Practice & Game Schedule","/ctk-sports/schedules/",0,20,170);
		Menu5_1_3=new Array("School Sports Teams","/ctk-sports/teams/",0,20,170);
		Menu5_1_4=new Array("Sports Clubs","/ctk-sports/clubs/",0,20,170);
	Menu5_2=new Array("Clubs & Activities","/ctk/extra/clubs/index.php",0);
	Menu5_3=new Array("Special Events","/ctk/extra/specialevents/index.php",0);
	Menu5_4=new Array("Jag-wire","/ctk/extra/jagwire/index.php",0);

Menu6=new Array("Info","#",2);
	Menu6_1=new Array("Contact Info","/ctk/info/index.php",0,20,120);
	Menu6_2=new Array("Location","/ctk/info/location.php",0);

