<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=80; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="White";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Arial";
hdrFontSize="4";
hdrFontColor="#000000";
hdrBGColor="#FFFFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=0; // no quotes!!
barText=""; // <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]=["", "", ""]
ssmItems[2]=["HOME", "http://www.ceplocal2003.org/index.html", ""]
ssmItems[3]=["ABOUT US", "http://www.ceplocal2003.org/Ontario-Union-OrgAboutUs.html",""]
ssmItems[4]=["MEMBERSHIP", "http://www.ceplocal2003.org/Ontario-Union-OrgMembership.html", ""]
ssmItems[5]=["WHY JOIN?", "http://www.ceplocal2003.org/Ontario-Union-OrgReasonsToJoin.html", ""]
ssmItems[6]=["HISTORY", "http://www.ceplocal2003.org/Ontario-Union-OrgHistory.html", ""]
ssmItems[7]=["UNION F.A.Q's", "http://www.ceplocal2003.org/Ontario-Union-OrgFAQ'S.html", ""]
ssmItems[8]=["CONTACT US", "http://www.ceplocal2003.org/Ontario-Union-OrgContacts.html", ""]
ssmItems[9]=["WHERE WE ARE", "http://www.ceplocal2003.org/Ontario-Union-OrgWhereWeAreLocated.html", ""]
ssmItems[10]=["GLOSSARY", "http://www.ceplocal2003.org/Ontario-Union-OrgGlossaryofTerms.html", ""]



buildMenu();

//-->