/*
  --- 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.asp',null],
	['The Festival','',null,
	 	['The festival system','festival_system.asp', null],
		['RMTGB history','rmtgb_history.asp', null],
		['Curren RMTGB Cases','case_histories.asp',null],
		['Honorifics','honorifics.asp', null],
	 	['Financing the festival','financing_the_festival.asp', null],
		['Frequently asked questions','faq.asp', null],
		['Downloads','downloads.asp', null],
		['Lodges Roll of Honour','roll_of_honour.asp', null],],
	['Who to Contact','',null,
	 	['Festival officials','festival_officials.asp', null],	 
	 	['Festival team','festival_team.asp', null],
		['Charity stewards','charity_stewards.asp', null],
		['Other contacts','other_contacts.asp', null]],
	['How To Contribute','',null,
	 	['Buy Festival Wine','festival_wine.asp', null],
		['Buy Festival Cufflinks','festival_cufflinks.asp',null],
		['Regular Donations','regular_donations.asp',],
		['Single Donations','single_donations.asp',null],
		['Envelope Scheme','envelope_scheme.asp',null],
		['We Need...','we_need.asp', null]],
	['News & Events','',null,
		['News','lodge_news.asp',null],
		['Events','events.asp', null],
		['Gallery','launch_photos.asp', null]],
		
	['Links','',null,
		['Trust for Boys & Girls', 'http://www.rmtgb.org/how-you-can-help-us/festivals/festival-2012', {'tw' : '_blank'}],
		['Grand Lodge', 'http://www.grandlodge-england.org/',{'tw' : '_blank'}],
		['Provincial Grand Lodge','http://www.pgldevonshire.org.uk/index.htm' , {'tw' : '_blank'}]],
	,];

	/*
var MENU_ITEMS = [
	['Home','index.html',null],
	['About us', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+']
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],
	],
	['Docs & Info', null, null,
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],
		['Welcome Page', '../'],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],
	['Product Demos', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']
	],
	['Contact', null, null,
		['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	],
];
*/


