<!--

/*
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]=["Coming up: ", "", ""]
ssmItems[1]=["The June Newsletter is Posted Here","http://floridasquaredance.com/whirlandtwirl/files/curnewsltr.pdf",""]
ssmItems[2]=["SHINDIG! to Kick off the New Square Dance Class on June 2nd","http://floridasquaredance.com/whirlandtwirl/contacts2.html",""]
ssmItems[3]=["Paul Place Memorial Article in Square Dance Magazine","http://squaredancemagazine.com/square-dance/usa/paul-place-memorial-dance",""]
ssmItems[4]=["Tell your friends to come to our June 2 SHINDIG!","", "", 1, "no"] //create two column row
ssmItems[5]=["Email", "mailto: email@whirlandtwirl.org", "",1]
ssmItems[6]=["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();

//-->

