<!--

/*
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="tahoma,verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="comic sans ms,tahoma,Verdana";
linkFontSize="3";
linkBGColor="#E8F3FF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";
barFontFamily="comic sans ms,tahoma,Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="quick fwig"; // <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]=["quick fwig", "", ""] //create header
ssmItems[1]=["bylaws", "http://urban.csuohio.edu/~sanda/fwig/bylaws.htm", "_new"]
ssmItems[2]=["awards", "http://urban.csuohio.edu/~sanda/fwig/awards.htm","_new"]
ssmItems[3]=["officers", "http://urban.csuohio.edu/~sanda/fwig/officers.htm","_new"]
ssmItems[4]=["fwig minutes", "http://urban.csuohio.edu/~sanda/fwig/minutes/","_new"]

ssmItems[5]=["acsp", "", ""] //create header
ssmItems[6]=["main page", "http://www.acsp.org/", "_new"]
ssmItems[7]=["conferences", "http://www.acsp.org/conferences/annual_conference", "_new"]
ssmItems[8]=["students", "http://www.acsp.org/news/student_news", "_new"]

buildMenu();

//-->