<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=135; // no quotes!!
staticYOffset=60; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=5 // no quotes!! smaller the faster
waitTime=5; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkBGColor="white";
linkOverBGColor="#FFCC00";
linkTarget="";
linkAlign="left";
barBGColor="#FFCC00";
barVAlign="center";
barWidth=20; // no quotes!!
barText=' Navigation ' // <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
addItem("mAIN pAGE", "index.htm", "");
addItem("Self-awareness", "self_awareness.htm", "");
addItem("Relationships", "relationships.htm","");
addItem("Communication", "communication.htm", "");
addItem("Emotions", "emotions.htm", "");
addItem("Decisions", "decisions.htm", "");
addItem("Study Skills", "study_skills.htm", "");
addItem("Thinking Skills", "thinking.htm", "");
addItem("Creativity", "creativity.htm", "");
buildMenu();

//-->

