<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=125; // space from top    no quotes!!
XOffset=2; // space from left side
staticYOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no"; //this sets whether menu should stay static on the screen yes for moving
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="3333CC";
hdrBGColor="99CC00";  //
hdrAlign="center";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="CCCCCC";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#99CC00";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="3333CC";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu";                //<> <IMG src='images/spgc_menu_bar.jpg>' <IMG src='title.gif'>

///////////////////////////

// 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.spgc.org", ""]
ssmItems[2]=["Forum", "http://www.spgc.org/forum/index.php", ""]
ssmItems[3]=["SPGC Details", "http://spgc.org/website/spgc/index.html", ""]


ssmItems[4]=[" Marland Course", "", ""] //create header
ssmItems[5]=["Directions", "http://tinyurl.com/a9tpz",""] //google map
ssmItems[6]=["Prices", "http://www.link4life.org/index.cfm?fuseaction=c.showPage&pageID=413",""]


ssmItems[7]=["Pro Shop", "http://spgc.org/website/shop/index.html", "",]

ssmItems[8]=["Layout", "http://spgc.org/website/layout/index.html",""]
ssmItems[9]=["Scorecard", "http://spgc.org/website/scorecard/index.html",""]

ssmItems[10]=["Hole 1 'sample'", "http://spgc.org/hole/1.html", "",]
ssmItems[11]=["2008 Pictures'", "http://spgc.org/photobook", "",]




ssmItems[12]=["Etiquette", "http://spgc.org/website/etiquette/index.html",""] //change url


ssmItems[13]=["Links", "", ""] //create header
ssmItems[14]=["Local News", "http://www.rochdaleonline.co.uk/News/default.asp", ""]
ssmItems[15]=["Local Weather", "http://www.timeanddate.com/weather/uk/manchester", ""] 
ssmItems[16]=["Local Courses", "http://www.spgc.org/forum/viewtopic.php?t=27",""] //do seperate page?
ssmItems[17]=["Manufacturers", "http://spgc.org/website/manufacturers/index.html", ""]
ssmItems[18]=["Online Golf", "http://www.onlinegolf.co.uk/1", ""]
ssmItems[19]=["Direct Golf", "http://www.directgolf.co.uk/", ""]
ssmItems[20]=["American Golf", "http://www.americangolf.co.uk/", ""]
ssmItems[21]=["Hotels", "http://tinyurl.com/dmxez", ""]
ssmItems[22]=["Link4Life.org", "http://www.link4life.org/index.cfm", ""]






buildMenu();

//-->

//  ssmItems[2]=["Forum", "http://www.spgc.org/forum/index.php", "", 1, "no"] //create two column row
//  ssmItems[3]=["SPGC", "http://spgc.org/website/spgc/index.html", "",1]
