/* Tigra Menu items structure */
var MENU_ITEMS2 = [
	['Home', 'http://www.macarthurgroup.com'],
	['Products', null, null,
		['Audio Ltd', 'http://www.macarthurgroup.com/products-audio.htm'],
		['MacG Products', null, null,
			['StereoBar', 'http://www.macarthurgroup.com/stereobar.htm'],
			['Dry Tube', 'http://www.macarthurgroup.com/drytube.htm']
		]
	],
	['Services', 'http://www.macarthurgroup.com/services.htm'],
	['Downloads', null, null,
		['Brochures', null, null,
			['RMS2020 User Guide', 'http://www.macarthurgroup.com/RMS2020UserGuide.pdf'],
			['2040 User Guide', 'http://www.macarthurgroup.com/2040UserGuide.pdf'],
			['Envoy User Guide', 'http://www.macarthurgroup.com/EnvoyUserGuide.pdf']
		],
		['Software', null, null,
			['AudiR for PC', 'http://www.macarthurgroup.com/software.htm'],
			['AudioIR for Palm', 'http://www.macarthurgroup.com/software.htm'],
			['Winmod', 'http://www.macarthurgroup.com/software.htm']
		]
	],
	['Links', 'http://www.macarthurgroup.com/links.htm', null,
		['Dealers', 'http://www.macarthurgroup.com/dealers.htm']
	],
	['About Us', 'http://www.macarthurgroup.com/about-us.htm'],
	['Contact Us', 'http://www.macarthurgroup.com/contact-us.htm']
];

