<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=225; // 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="333333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="DBDBDB";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="CCCCCC";
linkOverBGColor="999999";
linkTarget="_top";
linkAlign="right";
barBGColor="#003366";
barFontFamily="arial";
barFontSize="2";
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]=[""] //create header
ssmItems[1]=["Professional Bio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "bio.htm", ""]
ssmItems[2]=["Consulting&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "consulting.htm",""]
ssmItems[3]=["Teaching&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "teaching.htm", ""]
ssmItems[4]=["Writing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "writing.htm", ""]
ssmItems[5]=["Learning&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "learning.htm", ""]
ssmItems[6]=["Volunteering&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "volunteering.htm", ""]
ssmItems[7]=["Press&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "press.htm", ""]
ssmItems[8]=["Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "contact.htm", ""]
ssmItems[9]=["Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "index.htm", ""]



ssmItems[10]=["", "", ""] //create header

buildMenu();

//-->