<!--



/*

Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

*/

YOffset=185; // 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="yellow";

menuIsStatic="yes"; //this sets whether menu should stay static on the screen

menuWidth=180; // Must be a multiple of 10! no quotes!!

menuCols=2;

hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="yellow";

hdrBGColor="#111111";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="121212";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0333aF";
barFontFamily="Courier";
barFontSize="4";
barFontColor="#DDFF44";
barVAlign="center";
barWidth=30; // no quotes!!
barText="   NEWS & UPDATES   ";

///////////////////////////



// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["Announcements: ", "", ""]
ssmItems[1]=["The January Newsletter is Posted Here","http://floridasquaredance.com/whirlandtwirl/files/curnewsltr.pdf",""]
ssmItems[2]=["Check out the updated Plus Class Schedule","http://floridasquaredance.com/whirlandtwirl/plusclassschedule.html",""]
ssmItems[3]=["Members can check Blue Bandit Points Online","http://floridasquaredance.com/whirlandtwirl/barsstars.html",""]
ssmItems[4]=["Coming Events","http://www.floridasquaredance.com/whirlandtwirl/to.html#Special", ""]
ssmItems[5]=["","", "", 1, "no"] //create two column row
ssmItems[6]=["Email", "mailto: email@whirlandtwirl.org", "",1,"yes"] //back to 1 column row
ssmItems[7]=["Note: Copies of Club Documents, Minutes of Board Meetings etc. are available to members by email request from the Club Secretary.", "mailto:secretary@whirlandtwirl.org", ""]
buildMenu();



//-->

