<!--

/*
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="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]=["sk resources", "", ""] //create header
ssmItems[1]=["publishers", "http://urban.csuohio.edu/~sanda/pub.htm", "_new"]
ssmItems[2]=["events calendar", "http://urban.csuohio.edu/~sanda/events.htm","_new"]
ssmItems[3]=["searches", "http://urban.csuohio.edu/~sanda/search.htm","_new"]

ssmItems[4]=["sk site", "", ""] //create header
ssmItems[5]=["homepage", "http://urban.csuohio.edu/~sanda/newsk.htm","_new"]
ssmItems[6]=["syllabi", "http://urban.csuohio.edu/~sanda/syl/", "_new"]
ssmItems[7]=["image collection", "http://urban.csuohio.edu/~sanda/travel/", "_new"]
ssmItems[8]=["cool links", "http://urban.csuohio.edu/~sanda/newsk/skpages.htm", "_new"]
ssmItems[9]=["reference", "http://urban.csuohio.edu/~sanda/newsk/reference.htm", "_new"]

ssmItems[10]=["academic", "", ""] //create header
ssmItems[11]=["levin college", "http://urban.csuohio.edu/", "_new"]
ssmItems[12]=["cleveland state u.", "http://www.csuohio.edu/", "_new"]

ssmItems[13]=["", "", ""] //create header
ssmItems[14]=["go to top", "#Menu", ""]

buildMenu();

//-->