<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=86; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#92D050";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="4";
linkFontFamily="Georgia";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#C7FF33";
linkTarget="_blank";
linkAlign="center";
barBGColor="#141414";
barFontFamily="Georgia";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="GOLF LINKS"; // <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]=["How Did I do", "http://www.howdidido.co.uk/ClubDetails.aspx?cid=1445&cname=Banchory+Golf+Club", ""]
ssmItems[2]=["N E Golf Draws", "http://www.northeastgolfdraws.co.uk/",""]
ssmItems[3]=["Scottish Golf Union", "http://www.scottishgolf.org/go/sgu", ""]
ssmItems[4]=["Aberdeenshire Ladies County Golf Association", "http://www.alcga.co.uk/", "_new"]
ssmItems[5]=["Banchory Golf Club Pro Shop", "http://davidnaylor.foremostgolf.com/pro/Default.aspx", ""]


buildMenu();

//-->
