<!--

/*
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="green";
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="arial";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#008000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="#008000";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ffffff";
barFontFamily="arial";
barFontSize="2";
barFontColor="#008000";
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.nagcc.co.uk/index2.html", ""]
ssmItems[2]=["Fixtures 2006", "http://www.nagcc.co.uk/Fixts2006.html", ""]
ssmItems[3]=["Committee", "http://www.nagcc.co.uk/contacts.htm", ""]
ssmItems[4]=["Club Kit", "http://www.nagcc.co.uk/KitOrderForm.html", ""]
ssmItems[5]=["Message  Board", "http://nagcc.proboards33.com/", ""]
ssmItems[6]=["Archives","http://www.nagcc.co.uk/archives.htm",""]
ssmItems[7]=["Directions", "http://www.nagcc.co.uk/Directions.htm", ""]
ssmItems[8]=["Contact Us","http://www.nagcc.co.uk/Form.html","",1,"no"] //create two column row
ssmItems[9]=["Links", "http://www.nagcc.co.uk/Link3.html", "",1]
buildMenu();

//-->