/* --- menu items --- */
var MENU_ITEMS = [
	['Products', null,
			['LxDesigner Standard', 'products/standard/overview.htm'],
			['LxDesigner Lite', 'products/lite/overview.htm'],
			['LxDesigner Lite+', 'products/liteplus/overview.htm'],
			['LxElevations', 'products/elevations/overview.htm'],
			['LxPerspective', 'products/perspective/overview.htm'],
			['LxActive', 'products/active/overview.htm'],
			['Features List', 'products/featurelist.htm'],
			['Services', 'products/services.htm'],
			['Editors', null,
				['Library', 'products/libeditor/overview.htm'],
				['Stock/Costs', 'products/stockeditor/overview.htm'],
				['Patch', 'products/patcheditor/overview.htm'],
				['LxViewer', 'products/viewer/overview.htm'],
			],
			['LxBoxOffice', 'products/boxoffice/overview.htm'],
	],
	['Prices & Order', null,
			['LxDesigner Standard', 'products/standard/price.htm'],
			['LxDesigner Lite', 'products/lite/price.htm'],
			['LxDesigner Lite+', 'products/liteplus/price.htm'],
			['LxElevations', 'products/elevations/price.htm'],
			['LxPerspective', 'products/perspective/price.htm'],
			['Upgrades', 'products/order/upgrades.htm'],
			['Support', 'products/order/support.htm'],
			['Discounts', 'products/order/discounts.htm'],
			['FAQ', 'products/faq.htm'],
			['Place an Order', 'products/order/order.htm'],
	],
	['Downloads', null,
			['LxDesigner Standard', 'downloads/standard.htm'],
			['LxDesigner Lite', 'downloads/lite.htm'],
			['LxDesigner Lite+', 'downloads/liteplus.htm'],
			['LxViewer', 'downloads/viewer.htm'],
			['Example Plans', 'downloads/examples.htm'],
			['Venue Templates', 'downloads/venues.htm'],
			['Library Details', 'downloads/libraries.htm'],
			['Manual', 'downloads/helpmanual.htm'],
			['pdf Examples', 'downloads/pdfexamples.htm'],
			['Demo Movies', 'demos/demoshome.htm'],
			['Dongle Support', 'downloads/dongle.htm'],
	],
	['Members', 'members/home.htm',
	],
	['News', 'news/newshome.htm',
	],
	['Contacts', null,
			['LxDesigns', 'contact.htm'],
			['Distributors', 'distributors.htm'],
			['Useful Links', 'links.htm'],
			['Mailing List', 'mailing.htm'],
	],
];

