<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=40; // 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="orange";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="blue";
hdrBGColor="orange";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFCC";
linkOverBGColor="orange";
linkTarget="_top";
linkAlign="left";
barBGColor="orange";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="blue";
barVAlign="bottom";
barWidth=20; // no quotes!!
barText='Course Links' // <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("LINKS");
addItem("Syllabus", "syllabus.html", "");
addItem("Outline", "outline.html", "");
addItem("Assignments", "assignments.html", "");
addItem("Important Dates", "dates.html", "");
addItem("Helpful Links", "http://wps.prenhall.com/esm_deitel_chtp_4/0,8069,894873-,00.html", "");
addItem("Contact Info", "contact.html", "");
addItem("Home", "http://www.cis.umassd.edu/~rbalasubrama/home/", "");
addItem("CIS Home", "http://www.umassd.edu/engineering/cis/", "");
addItem("UMD Home", "http://www.umassd.edu", "");
addHdr("  ");

buildMenu();

//-->