<!--

/*
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="navy";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#00FFFF";
hdrBGColor="navy";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#00FFFF";
linkOverBGColor="#00FF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="navy";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#00FFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="RESOURCE 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]=["AFE-STL HOME", "../index.htm", ""]
ssmItems[2]=["Member Companies", "../Resources/Resources.htm", ""]
ssmItems[3]=["CAREER", "../engineering_job.htm", ""]
ssmItems[4]=["DISCUSSION", "../Discussion.htm", ""]
ssmItems[5]=["DOWNLOAD", "../Download/download.htm", ""]
ssmItems[6]=["SEARCH AFE", "../Search.htm", ""]

ssmItems[7]=["Resource Areas", "", ""] //create header
ssmItems[8]=["New - Used Books", "../Resources/used_books.htm", ""]
ssmItems[9]=["OUR SPONSORS", "../Resources/sponsors.htm", ""]
ssmItems[10]=["INDUSTRIES", "../Resources/Industries.htm",""]
ssmItems[11]=["ENGINEERING", "../Resources/engineering.htm", ""]
ssmItems[12]=["MANAGEMENT", "../Resources/management.htm", ""]
ssmItems[13]=["MAINTENANCE", "../Resources/maintenance.htm", ""]
ssmItems[14]=["CMMS", "../Resources/cmms.htm", ""]

ssmItems[15]=["MORE...", "", ""] //create header
ssmItems[16]=["Tools", "../Resources/tools.htm", ""]
ssmItems[17]=["News", "../Resources/news.htm", ""]
ssmItems[18]=["Ezines", "../Resources/ezines.htm", ""]
ssmItems[19]=["Other Resources", "../Resources/OtherResources.htm", ""]
ssmItems[20]=["Search Engines", "../Resources/search.htm", ""]
ssmItems[21]=["Contact us", "../Feedback.htm", ""]



buildMenu();

//-->