<!--

/*
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=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=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="green";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="lightgreen";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="darkgreen";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Menu"] //create header
ssmItems[1]=["Events", "http://www.fallowfieldclub.co.uk/events.htm", ""]
ssmItems[2]=["Function Room", "http://www.fallowfieldclub.co.uk/function.htm",""]
ssmItems[3]=["Who's Who", "http://www.fallowfieldclub.co.uk/whoswho.htm", ""]
ssmItems[4]=["Membership", "http://www.fallowfieldclub.co.uk/join.htm", ""]
ssmItems[5]=["Forum", "http://www.fallowfieldclub.co.uk/forum.htm", ""]


ssmItems[6]=["External Links", "", ""] //create header
ssmItems[7]=["Contact Us", "mailto:secretary@fallowfieldclub.co.uk", ""]
ssmItems[8]=["Where To Find Us", "javascript:window.open('http://www.multimap.com/map/browse.cgi?client=public&db=pc&addr1=&client=public&Submit.x=19&addr2=&advanced=&Submit.y=5&addr3=&pc=M146BN&quicksearch=M14%2B6BN','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=550,left=80,top=80');location='open.htm'", ""]
ssmItems[9]=["Total Tennis Page(Coaching Details)", "http://fallowfield.totaltennis.net/home/home.asp", ""]
ssmItems[10]=["Fallowfield Guide", "http://www.whathappenedlastnight.net/manchester/areas/Fallowfield", ""]
ssmItems[11]=["Manchester Info", "http://www.manchester.com/", ""]
ssmItems[12]=["Hydes Brewery", "http://www.hydesbrewery.com/", ""]
ssmItems[13]=["Feedback", "mailto:webmaster@fallowfieldclub.co.uk", ""]

buildMenu();

//-->