<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#444444";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#c0c0c0";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["ENGLISH 202"] //create header
ssmItems[1]=["Home", "/courses/202/index.html", ""]
ssmItems[2]=["Textbooks", "/courses/202/textbooks.html",""]
ssmItems[3]=["Requirements", "/courses/202/requirements.html", ""]
ssmItems[4]=["Calendar", "/courses/202/agenda/index.html", ""]
ssmItems[5]=["Bulletin Board", "/courses/202/pass.html", ""]
ssmItems[6]=["ASSIGNMENTS", "", ""] //create header
ssmItems[7]=["Responses", "/courses/202/responses.html", "", 1, "no"] //create two column row
ssmItems[8]=["Essay", "/courses/202/essay.html", "",1]
ssmItems[9]=["HELPS", "", ""] //create header
ssmItems[10]=["Maps", "/courses/202/Maps/index.html", "", 1, "no"] //create two column row
ssmItems[11]=["Links", "/courses/202/links.html", "",1]

buildMenu();

//-->