<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1; // no quotes!!
XOffset=0;
staticYOffset=0; // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["LaborGroups", "http://www.LaborGroups.org", ""]
ssmItems[2]=["ListServers", "http://www.LaborGroups.org/lists/", ""]
ssmItems[3]=["Bulletin Board", "http://www.LaborGroups.org/forum/", ""]
ssmItems[4]=["PHPchat", "http://www.LaborGroups.org/chat/", ""]
ssmItems[5]=["POP3", "http://webmail.slideshows.us", ""]
ssmItems[6]=["Search this Site", "http://freefind.com/servlet/freefind?id=5756703", ""]
ssmItems[7]=["Downloads", "http://www.73.org/MSIE/", ""]
ssmItems[8]=["ScreenSavers", "http://www.LaborGroups.org/screensavers/",""]
ssmItems[9]=["Free Labor eMail", "http://www.Pro-Union.net", ""]
ssmItems[10]=["GuestBook", "http://www.LaborGroups.org/guestbook/", ""]
ssmItems[11]=["Privacy Policy", "http://www.73.org/73online-Privacy-Policy.htm", ""]
ssmItems[12]=["Other Sites", "", ""] //create header
ssmItems[13]=["SheetMetalWorkers.net", "http://www.SheetMetalWorkers.net", ""]
ssmItems[14]=["SheetMetalWorkers.org", "http://www.SheetMetalWorkers.org", ""]
ssmItems[15]=["3D Presentations", "http://www.UnionFAX.org", ""]
ssmItems[16]=["73online", "http://www.73.org", ""]
buildMenu();

//-->