/* --- menu items --- */
var MENU_ITEMS = [
	['Home', null,],
	['About the club', null,
		['Address', 'contact.html'],
		['Club By-Laws', 'Stonewall_Golfers_By-Laws_12-15-07.pdf'],		
		['General Information Email', 'mailto:info@stonewallgolfers.com'],
	],
	['Members', null,
		['Member Login', 'http://www.itherd.com/golfherd/clublogin.cgi?clientco=stnw'],
		['Post a score using GHIN', 'http://www.ghin.com/posting.shtml'],
		['View GHIN Index', 'http://www.ghin.com/lookup_t.shtml'],		
		['Club By-Laws', 'Stonewall_Golfers_By-Laws_12-15-07.pdf'],
		['Membership Form', 'forms/sgmem.pdf'],
		],
	['Visitors', null,
		['Golf Schedule', 'http://www.itherd.com/golfherd/golfsched2.cgi?clientco=stnw'],
		['Membership Form', 'forms/sgmem.pdf'],
	    ['Add me to your email list', 'http://www.itherd.com/golfherd/addem.cgi?clientco=stnw'],
		['Update your email profile', 'http://www.itherd.com/golfherd/updtem.cgi?clientco=stnw'],
		['Delete your email profile', 'http://www.itherd.com/golfherd/delem.cgi?clientco=stnw'],
		],
	['Activities', null,
		['Golf Schedule', 'http://www.itherd.com/golfherd/golfsched2.cgi?clientco=stnw'],
		['Rainbow Challenge', 'http://www.rainbowchallenge2010.com'],
		['International Gay Golf Tournaments', 'http://www.itherd.com/custom/iglg/distourn.cgi'],	
		],
	['Friendly Links', null,
		['Columbus Coed Rainbow Golf League', null,
			['Website', 'http://www.rainbowgolf.org'],
			['Email', 'mailto:admin@rainbowgolf.org'],		
		],	
		['Different Strokes,  Dallas, TX', null,
			['Website', 'http://www.dsgadallas.org'],
			['Email', 'mailto:LWnt135@aol.com'],		
		],	
		['Gay Sports', null,
			['Website', 'http://www.gaysports.com'],	
		],
		['German Rainbow Golfers, Germany', null,
			['Website', 'http://www.german-rainbow-golfers.de'],
			['Email', 'mailto:german-rainbow-golfers@gmx.de'],	
		],
		['GLISA', null,
			['Website', 'http://www.glisa.org'],	
			['Email', 'mailto:info@glisa.org'],	
		],	
		['Irons Gay Golf Society, London, Endland', null,
			['Website', 'http://www.ironsgolf.org.uk'],
			['Email', 'mailto:members@ironsgolf.org.uk'],		
		],
		['Lambda Links, Washington, DC', null,
			['Website', 'http://www.lambdalinks.org/index.htm'],
			['Email', 'mailto:info@lambdalinks.org'],		
		],
		['Out on the Green, Vancouver, BC', null,
			['Website', 'http://www.outonthegreen.com/'],
			['Email', 'mailto:info@outonthegreen.com'],		
		],
		['Rainbowgolfer, Munich Germany', null,
			['Website', 'http://www.rainbowgolfers.de/'],
			['Email', 'mailto:tom@crossover-team.de'],		
		],
		['San Diego Lady Links, San Diego, CA', null,
			['Website', 'http://hometown.aol.com/gr8tputt/myhomepage/club.html'],
			['Email', 'mailto:gr8tputt@aol.com'],		
		],
		['Southern California Girl Golf', null,
			['Website', 'http://www.socalgirlgolf.com'],
			['Email', 'mailto:golferkris@mindspring.com'],		
		],	
		['The Goffers, Ft Lauderdale, FL', null,
			['Website', 'http://www.thegoffers.com'],
			['Email', 'mailto:thegoffers@bellsouth.net'],		
		],
		['Toronto Gay Golf Group, Toronto, ON', null,
			['Website', 'http://www.gaygolf.ca'],
			['Email', 'mailto:torgolf69@hotmail.com'],		
		],					
	],
];

