//(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("CtK Home","/index.php",0,20,121);

Menu2=new Array("Main","/departments/studentservices/",0,20,120);

Menu3=new Array("Pathway Links","#",6);
	Menu3_1=new Array("School to Career/OYAP","/departments/studentservices/links/stc.html",0,20,140);
	Menu3_2=new Array("College Bound","/departments/studentservices/links/college.html",0);
	Menu3_3=new Array("University Bound","/departments/studentservices/links/universitylinks.html",0);
	Menu3_4=new Array("Workplace","/departments/studentservices/links/workplace.html",0);
	Menu3_5=new Array("Scholarship Info","/departments/studentservices/links/scholarship.html",0);
	Menu3_6=new Array("Educational Options","/departments/studentservices/links/educational_opportunities.html",0);



Menu4=new Array("Announcements","/departments/studentservices/announcements/",3);
	Menu4_1=new Array("Senior News","/departments/studentservices/announcements/seniornews.html",0,20,150);
	Menu4_2=new Array("Grade 8 PowerPoint","/departments/studentservices/announcements/grade8powerpoint.html",0,20,150);
	Menu4_3=new Array("On-line Registration Info","#",0);



Menu5=new Array("Forms","/departments/studentservices/forms/",0);

Menu6=new Array("COOP","/departments/studentservices/COOP/",0);


