<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=15; // 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=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION"; // <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]=["YSC Website"] //create header
ssmItems[1]=["Homepage", "http://www.yorkspirits.co.uk", ""]
ssmItems[2]=["Message Board Home", "http://yorkspirits.proboards25.com/index.cgi", ""]
ssmItems[3]=["About", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Home_Page.htm#about", ""]
ssmItems[4]=["Booking Form", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Booking%20Form.htm", ""]
ssmItems[5]=["Events For 2009", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Home_Page.htm#Events2009", ""]
ssmItems[6]=["Maps", "http://maps.google.co.uk/maps?f=d&hl=en&geocode=&saddr=&daddr=YO24+4BT&sll=53.950126,-1.106787&sspn=0.011516,0.029182&ie=UTF8&ll=53.955555,-1.102409&spn=0.011515,0.029182&z=15&om=1", ""]
ssmItems[7]=["Photographs", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Home_Page.htm#photos", ""]
ssmItems[8]=["Services and Events", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Home_Page.htm#services", ""]

ssmItems[9]=["FAQ", "http://yorkspirits.proboards25.com/index.cgi?board=SiteFAQ", "", 1, "no"] //create two column row
ssmItems[10]=["Email", "http://homepage.ntlworld.com/paul.bembridge/York_Spirits/html/Home_Page.htm#address", "",1]

ssmItems[11]=["External Links", "", ""] //create header
ssmItems[12]=["SNU", "http://www.snu.org.uk", "_blank"]

buildMenu();

//-->