<!--

/*
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=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial bold";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#b02222";
barFontFamily="arial";
barFontSize="2";
barFontColor="#ffff00";
barVAlign="center";
barWidth=25; // no quotes!!
barText="FLOATING 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]=["EdSoc Home", "index.html", ""]
ssmItems[2]=["Mailing List", "esnews.html",""]
ssmItems[3]=["Officers", "esofficers.html", ""]
ssmItems[4]=["Directory", "escommittees.html", ""]
ssmItems[5]=["Publications", "esinfo.html",""]
ssmItems[6]=["Chapters","chapters.html", ""]
ssmItems[7]=["AdCom Agenda/Minutes", "adcom.html", ""]
ssmItems[8]=["Search EdSoc Web Site", "eslinks.html",""]
ssmItems[9]=["Awards page", "esawards.html",""]
ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["IEEE Home", "http://www.ieee.org", ""]
ssmItems[12]=["Membership", "http://www.ieee.org/membership", ""]
ssmItems[13]=["IEEE EAB", "http://www.ieee.org/organizations/eab/index.htm", ""]
ssmItems[14]=["FIE Conference","http://www.fie-conference.org", ""]
buildMenu();

//-->