<!--

/*
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=160; // 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="tahoma,Verdana";
linkFontSize="2";
linkBGColor="#D5EAFF";
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="601 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]=["syllabus"] //create header
ssmItems[1]=["objectives", "http://urban.csuohio.edu/~sanda/syl/601/601syl.htm#Objectives", "_new"]
ssmItems[2]=["method", "http://urban.csuohio.edu/~sanda/syl/601/601syl.htm#Method","_new"]
ssmItems[3]=["evaluation", "http://urban.csuohio.edu/~sanda/syl/601/601syl.htm#Evaluation", "_new"]
ssmItems[4]=["university policies", "http://urban.csuohio.edu/~sanda/syl/601/601syl.htm#Policies", "_new"]
ssmItems[5]=["instructor", "http://urban.csuohio.edu/~sanda/syl/basics.htm#OFICE", "_new"]
ssmItems[6]=["student computing", "http://urban.csuohio.edu/tech/student/", "_new"]
ssmItems[7]=["schedule", "http://urban.csuohio.edu/~sanda/syl/601/601sch.htm", "_new"]
ssmItems[8]=["readings", "http://urban.csuohio.edu/~sanda/syl/601/601read.htm", "_new"]
ssmItems[9]=["assignments, computer labs", "http://urban.csuohio.edu/~sanda/syl/601/601hw.htm", "_new"]
ssmItems[10]=["601 homepage", "http://urban.csuohio.edu/~sanda/syl/stat.htm", "_new"]

ssmItems[11]=["s.kaufman pages", "", ""] //create header
ssmItems[12]=["homepage", "http://urban.csuohio.edu/~sanda/newsk.htm", "_new"]
ssmItems[13]=["syllaby", "http://urban.csuohio.edu/~sanda/syl/", "_new"]
ssmItems[14]=["quantitative methods", "http://urban.csuohio.edu/~sanda/syl/qm/qm.htm", "_new"]
ssmItems[15]=["university", "", ""] //create header
ssmItems[16]=["levin college", "http://urban.csuohio.edu/", "_new"]
ssmItems[17]=["cleveland state u.", "http://www.csuohio.edu/", "_new"]
ssmItems[18]=["", "", ""] //create header
ssmItems[19]=["back to top", "#Menu", ""]

buildMenu();

//-->
