<!--

/*
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=200; // 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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#CC6633";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#FFCC66";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC6633";
barFontFamily="arial";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=["Home", "http://www.wlancscamra.org.uk/index.html", "_new"]
ssmItems[2]=["AleCry Archive", "http://www.wlancscamra.org.uk/AleCry_Archive.html","_new"]
ssmItems[3]=["Latest News", "http://www.wlancscamra.org.uk/News.htm", "_new"]
ssmItems[4]=["Contact", "http://www.wlancscamra.org.uk/Contacts.html", "_new"]
ssmItems[5]=["Links", "http://www.wlancscamra.org.uk/Links.html", "_new", 1, "no"] //create two column row
ssmItems[6]=["Disclaimer", "http://www.wlancscamra.org.uk/Disclaimer.html", "_new",1]

ssmItems[7]=["Other Stuff", "", ""] //create header
ssmItems[8]=["Real Ale pubs list", "http://www.wlancscamra.org.uk/Pubs_List.xls", "_new"]


buildMenu();

//-->