/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['About The JDA', null, {'sw':150},
		['About the JDA', 'aboutus.php'],
		['Benefits for Members', 'jdabnfts.php', {'bl':200},
			['Trade Fair Discount Calculator', 'discalc.php']
		],
		['Costs of Membership', 'costs.php'],
		['National Committee Members', 'committee.php'],
		['History of The JDA', null, {'bl':200},
			['List of Chairmen', 'pastchair.php']
		]
	],
	['About JDA Members', null, {'sw':150},
		['List of Members 3,A-L', 'jdamembr3.htm'],
		['List of Members M-Z', 'jdamembrm.htm'],
		['Index of Products', 'http://www.teg.co.uk/sources/index.html', {'tw':'_blank','tt':'Opens in a New Browser'}],
		['Index of Brandnames', 'http://www.teg.co.uk/sources/brandname.htm', {'tw':'_blank','tt':'Opens in a New Browser'}],
		['Who\'s Showing at a Trade Fair', 'tradefairs.php']
	],
	['News & Events', null, null,
		['News Items', 'jdanews.php'],
		['Events', 'jdadiary.php']
	],
	['Members Area', null, null,
		['Members Only', 'members/index.php'],
		['Committee Members Only', 'committee/index.php']
	],
	['Contact JDA', 'contact.php'],
	['Join the JDA', 'joinus.php'],
	['About The Website', null, {'sw':150},
		['Site Map', 'sitemap.php']
	]
];

