<!--

/*
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]=["image collection", "", ""] //create header
ssmItems[1]=["sk images", "http://urban.csuohio.edu/~sanda/pic/travel/", "_new"]
ssmItems[2]=["guest images", "http://urban.csuohio.edu/~sanda/pic/travel/others/","_new"]
ssmItems[3]=["special topics", "http://urban.csuohio.edu/~sanda/pic/travel/special/","_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]=["cool links", "http://urban.csuohio.edu/~sanda/newsk/skpages.htm", "_new"]
ssmItems[8]=["reference", "http://urban.csuohio.edu/~sanda/newsk/reference.htm", "_new"]

ssmItems[9]=["csu-lcua", "", ""] //create header
ssmItems[10]=["levin college", "http://urban.csuohio.edu/", "_new"]
ssmItems[11]=["cleveland state u.", "http://www.csuohio.edu/", "_new"]

buildMenu();

//-->