<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=500; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="blue";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU ITEMS"; // <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]=["<b>Home</b>", "index.php", ""]
ssmItems[1]=["<b>Officers</b>", "officers.php",""]
ssmItems[2]=["<b>History</b>", "history.php", ""]
ssmItems[3]=["<b>Photos</b>", "Photo.php", ""]
// ssmItems[??]=["<b>Members</b>", "members.php", ""]
ssmItems[4]=["<b>Membership</b>", "membership.pdf", "_new"]
ssmItems[5]=["<b>Eligibility</b>", "eligibility.php", ""]
ssmItems[6]=["<b>Email the Post</b>", "mailto:dondiegovfw@yahoo.com", ""]
ssmItems[7]=["<b>News Letter</b>", "NewsLetter.php", ""] 
ssmItems[8]=["<b>Post Regs</b>", "PostRegs.php", ""]
ssmItems[9]=["<b>Ladies Aux</b>", "ladies.php", ""]
ssmItems[10]=["<b>Advertising</b>", "ads.php", ""]
ssmItems[11]=["<b>Other Link's</b>", "links.php", ""]
buildMenu();

//-->