<!--

/*
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="green";
menuIsStatic="no"; //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="yellow";
hdrBGColor="green";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="yellow";
linkOverBGColor="00FFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="green";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="yellow";
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.afestlouis.org/index.htm", ""]
ssmItems[2]=["MEMBERSHIP", "http://www.afestlouis.org/Membership/Membership.htm",""]
ssmItems[3]=["EDUCATION", "http://www.afestlouis.org/Education/Education.htm", ""]
ssmItems[4]=["NEWSLETTER", "http://www.feedforward.com.au/free-email-newsletters.htm", "#_blank"]
ssmItems[5]=["CALENDAR", "http://www.afestlouis.org/Calendar/Calendar.htm", ""]
ssmItems[6]=["SCRAPBOOK", "http://www.afestlouis.org/Scrapbook/index.htm", ""]
ssmItems[7]=["NETWORK", "", ""] //create header
ssmItems[8]=["Link to Us", "http://www.afestlouis.org/LinkToAFE.htm", ""]
ssmItems[9]=["Contact us", "http://www.afestlouis.org/Feedback.htm", ""]

ssmItems[10]=["Resources", "", ""] //create header
ssmItems[11]=["CAREER", "http://www.afestlouis.org/engineering_job.htm", ""]
ssmItems[12]=["DISCUSSION", "http://www.afestlouis.org/Discussion.htm", ""]
ssmItems[13]=["DOWNLOAD", "http://www.afestlouis.org/Download/download.htm", ""]
ssmItems[14]=["SEARCH AFE", "http://www.afestlouis.org/Search.htm", ""]
ssmItems[15]=["SUPPORT AFE", "", ""] //create header
ssmItems[16]=["ADVERTISE", "http://www.afestlouis.org/Advertiser.htm", ""]


buildMenu();

//-->
