<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=220; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#79869B";
menuIsStatic="yes";
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#ffffff";
hdrBGColor="#ABABC5";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#F0F0F3";
linkTarget="_top";
linkAlign="left";
barBGColor="#79869B";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText='*~*~SITE MENU~*~*' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Introduction");
addItem("Overview", "/kwantlen/overview.html", "");
addItem("History", "/kwantlen/history.html", "");
addHdr("Curriculum");
addItem("Lessons", "/kwantlen/lactivities.html", "");
addItem("Tutorials", "/kwantlen/tutorials.html", "");
addItem("NI Model", "/kwantlen/nimodel.html", "");
addHdr("Tools");
addItem("Discussion Lists", "/kwantlen/discussion.html", "");
addItem("WWWeb Sites", "/kwantlen/wwwsites.html", "");
addItem("Resources", "/kwantlen/resources.html", "");
addItem("Links", "/kwantlen/links.html", "");
addItem("Glossary", "/kwantlen/glossary.html", "");
addItem("PATCH Quiz", "/kwantlen/patch.html", "");
addItem("Personal Plan", "/kwantlen/persplan.html", "");
addHdr("Interact");
addItem("Community", "/kwantlen/community.html", "");
addItem("Contact", "/kwantlen/contact.html", "");
addItem("Home", "/kwantlen/", "");
addHdr("");
buildMenu();

//-->
