/*
  --- menu items --- 
  note that this structure has changed its format since previous 
version.
  additional third parameter is added for item scope settings.
  
Now this structure is compatible with Tigra Menu GOLD.
  
Format description can be found in product documentation.
*/

var 

MENU_ITEMS = [

	
['Home',          'index.html',   {'tw _self' : 'content'}],
	
['About the Club','chairman1.html', {'tw _self' : 'content'}],

['How to Join',   'honsec1.html',   {'tw _self' : 'content'}],
			
['What You Need',   'equip1.html',   {'tw _self' : 'content'}],

['2012 Programme',   '2011.html',   {'tw _self' : 'content'}],

['News Letters' ,   '',   {'tw' : 'content'},

           ['Spring 2009','news0309.htm', {'tw' : 'content'}],
           ['Summer 2009','news0709.htm', {'tw' : 'content'}],
           ['Autumn 2009','news1009.htm', {'tw' : 'content'}],
           ['Spring 2010','news0310.htm', {'tw' : 'content'}],
           ['Summer 2010','news0710.pdf', {'tw' : 'content'}],
           ['Autumn 2010','news1010.pdf', {'tw' : 'content'}],
           ['Spring 2011','news0511.pdf', {'tw' : 'content'}],
           ['Summer 2011','news0811.pdf', {'tw' : 'content'}],
           ['Autumn 2011','news1111.pdf', {'tw' : 'content'}],
           ['Spring 2012','news0512.pdf', {'tw' : 'content'}],
           ['Summer 2012','news0812.pdf', {'tw' : 'content'}],
           ['Autumn 2012','news1112.pdf', {'tw' : 'content'}],],
	
['Club Matters',   '',   {'tw' : 'content'},
		
           ['Social Scene','social1.html', {'tw _self' : 'content'}],
		
           ['Handicaps','handicaps1.html', {'tw _self' : 'content'}],

           ['Coaching','coaching1.html', {'tw _self' : 'content'}],

           ['Matches','matchsec1.html', {'tw _self' : 'content'}],

           ['Competitions','comp1.html', {'tw _self' : 'content'}],

           ['Roll of Honour',   '', {'tw' : 'content'},
           

                 ['Vulliamy Salver','salver.html', {'tw _self' : 'content'}],
                 ['Creed Memorial Cup','creed.html', {'tw _self' : 'content'}],
                 ['Candlesticks Doubles','candles.html', {'tw _self' : 'content'}],
                 ['Fuller Buckley','FB.html', {'tw _self' : 'content'}],
                 ['All England Association','aea.html', {'tw _self' : 'content'}],
                 ['The Jubilee Bowl','jubilee.html', {'tw _self' : 'content'}],
                 ['Millennium Salver','millennium.html', {'tw _self' : 'content'}],
                 ['Rosamond Trophy','rosamond.html', {'tw _self' : 'content'}],
                 ['Grass Roots','grass.html', {'tw _self' : 'content'}],
                 ['All England Golf','aeg.html', {'tw _self' : 'content'}],
                 ['Frances Payne','fp.html', {'tw _self' : 'content'}],
                 ['Golf Doubles','golfd.html', {'tw _self' : 'content'}],
                 ['Gordon Goodchild','GordonG.html', {'tw _self' : 'content'}],
		 ['<span style="color:orange;font-weight:bold;"><> Officers</span>','Chair.html', {'tw _self' : 'content'}],
		
                  ],

       ['Ladders',  '', {'tw' : 'content'},
            ['Association','http://www.freeonlineleague.com/league.php?league_id=450', {'tw' : 'content'}],
            ['Golf','http://www.freeonlineleague.com/league.php?league_id=454', {'tw' : 'content'}],],

['Improve Your Game!','http://cornwall-croquet.org.uk/croquet_hints.htm', {'tw' : 'content'}],

['History','history1.html', {'tw _self' : 'content'}],

['Constitution','constitution2005.html', {'tw' : 'content'}],

['Members Gallery','wall1.html', {'tw _self' : 'content'}],
],
		
['How to get There','map1.html', {'tw _self' : 'content'}] ,

['Book a Lawn','http://www.harbenwood.co.uk/bookingsystem/data/RPCC/', {'tw' : 'content'}] ,

['Links to Croquet Sites','', {'tw _self' : 'content'},
  
['The Croquet Association','', {'tw_self' : 'content'},

['CA Home Page','http://www.croquet.org.uk/', {'tw _self' : 'content'}] ,

['CA Events','http://www.croquet.org.uk/tournament', {'tw _self' : 'content'}] ,
],

['SECF','http://www.southeastcroquet.org.uk/', {'tw _self' : 'content'}] ,

['Croquet Academy','http://www.thecroquetacademy.com/', {'tw _self' : 'content'}] ,

['Croquet Equipment','', {'tw_self' : 'content'},

['Mallets, etc.','http://www.oxfordcroquet.com/equip/', {'tw _self' : 'content'}] ,

['Whites','http://www.bowlsdirect.com/contact.htm', {'tw _self' : 'content'}] ,
],

['Croquet Glossary','http://cornwall-croquet.org.uk/croquet_glossary.htm', {'tw _self' : 'content'}],

['Croquet Rules','', {'tw' : 'content'},

['Association Rules','http://www.croquet.org.uk/association/laws.html', {'tw _self' : 'content'}] ,

['Golf Rules','http://www.croquet.org.uk/golf/laws/contents.htm', {'tw _self' : 'content'}] ,
],

,
] ,
];	


