<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#336699";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336699";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Menu"] //create header
ssmItems[1]=["Home", "http://www.wam.umd.edu/~hannahk/index1.html", ""]
ssmItems[2]=["Lab", "http://www.wam.umd.edu/~hannahk/lab.html",""]
ssmItems[3]=["Links", "http://www.wam.umd.edu/~hannahk/links.html", "", 1, "no"] //create two column row
ssmItems[4]=["Email", "mailto:arie@psyc.umd.edu", "",1]

ssmItems[5]=["Research", "", ""] //create header
ssmItems[6]=["General", "http://www.wam.umd.edu/~hannahk/research.html", ""]
ssmItems[7]=["Lay Epistemics", "http://www.wam.umd.edu/~hannahk/let.html", ""]
ssmItems[8]=["Unimodel", "http://www.wam.umd.edu/~hannahk/unimodel.html", ""]
ssmItems[9]=["Goal Systems", "http://www.wam.umd.edu/~hannahk/goalsystems.html", ""]
ssmItems[10]=["NFC", "http://www.wam.umd.edu/~hannahk/nfc.html", ""]
ssmItems[11]=["Regulatory Mode", "http://www.wam.umd.edu/~hannahk/loco.html", ""]
ssmItems[12]=["Terrorism", "http://www.wam.umd.edu/~hannahk/terror.html", ""]
ssmItems[13]=["Abstracts", "http://www.wam.umd.edu/~hannahk/abstracts.html", ""]

ssmItems[14]=["Vita", "", ""] //create header
ssmItems[15]=["Biography", "http://www.wam.umd.edu/~hannahk/bio.html", ""]
ssmItems[16]=["Articles", "http://www.wam.umd.edu/~hannahk/articles.html", ""]
ssmItems[17]=["Chapters", "http://www.wam.umd.edu/~hannahk/chapters.html", ""]
ssmItems[18]=["Books", "http://www.wam.umd.edu/~hannahk/books.html", ""]

ssmItems[19]=["Scales", "", ""] //create header
ssmItems[20]=["Need for Closure", "http://www.wam.umd.edu/~hannahk/nfcscale.html", ""]
ssmItems[21]=["Locomotion", "http://www.wam.umd.edu/~hannahk/locoscale.html", ""]
ssmItems[22]=["Assessment", "http://www.wam.umd.edu/~hannahk/assessscale.html", ""]

buildMenu();

//-->