<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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="0000A0";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=90; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="FFFFFF";
hdrBGColor="#000066";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000066";
linkOverBGColor="C60063";
linkTarget="_top";
linkAlign="right";
barBGColor="C60063";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE 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]=["Home", "index.html", "_self"]
ssmItems[1]=["News", "news062910.htm", "_self"]
ssmItems[2]=["Calendar", "calendar.htm", "_self"]
ssmItems[3]=["Gallery", "gallery.htm", "_blankf"]
ssmItems[4]=["OSHA", "osha.htm", "_self"]
ssmItems[5]=["Legal", "legal-apr10.htm", "_self"]
ssmItems[6]=["Officers", "officers.htm", "_self"] 
ssmItems[7]=["Committees", "committees.htm", "_self"]
ssmItems[8]=["Members", "members.htm", "_self"]
ssmItems[9]=["Affiliates", "affiliates.htm", "_self"]
ssmItems[10]=["Scholarship","scholarship.htm", "_self"]
ssmItems[11]=["Join","join.htm", "_self"]
ssmItems[12]=["Contact", "mailto:info@nyfloorcoverers.com", "_self"]
buildMenu();

//-->