/* Tigra Menu items structure */
var HOME = "";

var MENU_ITEMS = [
	['Home', '../mainpages/home.htm', {'sb':'We have a new M.E. Grand Superintendent!'}
	],
	['News', null, {'sb':'The hot news'},
	    ['From the DC', '../newspages/dc.htm', {'sb':'A message from the Provincial Director of Ceremonies.'}],
	    ['Sporting...', null, null,
	    	['Golf Day 2007', '../newspages/golf2007.htm', {'sb':'Results of the 2007 Golf Day.'}],
	    	['Golf Day 2008', '../newspages/golf2008.htm', {'sb':'Details of the 2008 Golf Day.'}],			['Golf Day 2009', '../newspages/golf2009.htm', {'sb':'Details of the 2009 Golf Day.'}]
		],
	    ['How to survive...', '../newspages/howtosurvive.htm', {'sb':'How to survive three Grand Superintendents.'}],
	    ['Gladsmuir Chapter', '../newspages/gladsinst.htm', {'sb':'Gladsmuir Installation.'}],
	    ['Future Events', '../mainpages/future.htm', {'sb':'What is up and coming in the furture'}],
	    ['Other News', '../newspages/other.htm', {'sb':'More news items'}],
	    ['News Archives...', null, null,
			['John Ilott - New Grand Superintendent', null, null,
				['Installation Address', '../newspages/jiaddress.htm', {'sb':'John&acute;s address to the companions'}]
			],
			['M.E. Grand Superintendent Retires', null, null,
				['Alec Retires', '../newspages/alecretires.htm', {'sb':'M.E. Grand Superintendent retires at 75'}],
				['Executive Lunch', '../newspages/execlunch.htm', {'sb':'Executive Lunch for the M.E. Grand Superintendent'}]
			],
			['Annual Convocation 2005', '../newspages/conv2005.htm', {'sb':'Annual Convocation 2005'}],
			['Michael Gardiner - 50 Years', '../newspages/mgardiner.htm', {'sb':'Michael celebrates 50 years in Royal Arch Masonry'}],
			['Verulam Chapter', '../newspages/verulam.htm', {'sb':'Annual Sunday Lunch'}],
			['Queens Oak Chapter', '../newspages/queens.htm', {'sb':'Queens Oak supports 2009 Festival'}],
			['Charles Edward Keyser Chapter', '../newspages/keyser.htm', {'sb':'Charles Edward Keyser Chapter celebrates centenary'}],
			['Penmans Green Chapter', '../newspages/penmans.htm', {'sb':'Re-dedicates Banner'}],
		]
	],
	['Provincial', null, {'sb':'All things Provincial'},
		['Executive', '../mainpages/exec.htm', {'sb':'The Provincial Executive for 2007-2008'}],
		['Officers', null, null,
		    ['2007 - 2008', '../mainpages/off2007.htm', {'sb':'Officers of the Province for 2007-2008'}],
		    ['2006 - 2007', '../mainpages/off2006.htm', {'sb':'Officers of the Province for 2006-2007'}],
		    ['2005 - 2006', '../mainpages/off2005.htm', {'sb':'Officers of the Province for 2005-2006'}],
		    ['2004 - 2005', '../mainpages/off2004.htm', {'sb':'Officers of the Province for 2004-2005'}]
		],
		['Appointments', null, null,
			['for Nov. 2009', '../mainpages/app2009.htm', {'sb':'Appointments and Promotions for 2008-2009'}],
			['for Nov. 2007', '../mainpages/app2008.htm', {'sb':'Appointments and Promotions for 2007-2008'}],
			['for Nov. 2005', '../mainpages/app2007.htm', {'sb':'Appointments and Promotions for 2006-2007'}]
		],
		['Annual Convocations', null, null,
			['2008', '../mainpages/ac2008.htm', {'sb':'Address from the M E Grand Superintendent'}],
			['2007', '../mainpages/ac2007.htm', {'sb':'Address from the M E Grand Superintendent'}],
			['2006', '../mainpages/ac2006.htm', {'sb':'Address from the M E Grand Superintendent'}],
			['2005', '../mainpages/ac2005.htm', {'sb':'Address from the M E Grand Superintendent'}]
		],
		['Scribe E', '../mainpages/pgse.htm', {'sb':'Information from the Provincial Grand Scribe E'}],
		['DC\'s Corner', '../mainpages/pgdc.htm', {'sb':'Information from the Provincial Grand Director of Ceremonies'}],
		['History', '../mainpages/history.htm', {'sb':'The history of the Province'}],
		['Past & Present', '../mainpages/pandp.htm', {'sb':'The Provincial Executive of years gone by'}]
	],
	['Chapters', null, {'sb':'All things Chapter related'},
		['Calendar (Sep 2007 - Aug 2008)', '../calendar.php', {'sb':'2007 - 2008 Calendar'}],
		['Alphabetic List', '../mainpages/alpha.htm', {'sb':'List of Chapters by Name'}],
		['Numeric List', '../mainpages/numeric.htm', {'sb':'List of Chapters by Number'}],
		['By Venue', '../mainpages/venue.htm', {'sb':'List of Chapters grouped by their venue'}]
	],
	['Guestbook', '../gb2.php', {'sb':'Visit our guestbook'}],
	['Links', '../mainpages/links.htm', {'sb':'Various Links'}],
	['Site Map', '../mainpages/sitemap.htm', {'sb':'Quick and Simple links to our pages'}]
];
