/*
  --- 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'}],

['2009 Programme',   '2009.html',   {'tw _self' : 'content'}],

['News Letters',   '',   {'tw' : 'content'},

           ['Spring 2009','news0309.html', {'tw' : 'content'}],

           ['Summer 2009','news0709.html', {'tw' : 'content'}],

           ['Autumn 2009','news1009.html', {'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'}],

                 ['Millenium Salver','millennium.html', {'tw _self' : 'content'}],

                 ['Rosamond Trophy','rosamond.html', {'tw _self' : 'content'}],

                 ['All England Golf','aeg.html', {'tw _self' : '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.croquet.org.uk/secf/index.htm', {'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'}] ,
],

,
] ,
];	

