<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#17461a";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#17461A";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="RESOURCES"; // <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]=["Menu"] //create header
ssmItems[1]=["Greenbook", "The Greenbook/Greenbook.htm", ""]
ssmItems[2]=["University Calendar", "http://www.marshall.edu/calendar/academic/", ""]
ssmItems[3]=["Due Dates", "calendarduedates.htm",""]
ssmItems[4]=["Forms", "formsindex.htm", ""]
ssmItems[5]=["Faculty Senate", "http://www.marshall.edu/senate/", ""]
ssmItems[6]=["Classified Staff", "http://www.marshall.edu/staff-council/", ""]
ssmItems[7]=["Human Resources", "http://www.marshall.edu/human-resources/", ""]
ssmItems[8]=["Institutional Research", "http://www.marshall.edu/irp/", ""]
ssmItems[9]=["Student Affairs", "http://www.marshall.edu/student-affairs/", ""]
ssmItems[10]=["MyMU", "http://mymu.marshall.edu/", ""]
ssmItems[11]=["Higher Education", "", ""] //create header
ssmItems[12]=["IBOG", "http://www.marshall.edu/president/Board/index.html", ""]
ssmItems[13]=["HEPC", "http://www.hepc.wvnet.edu/", ""]
ssmItems[14]=["North Central", "http://www.ncahlc.org/", ""]

buildMenu();

//-->