/* --- menu items --- */
var MENU_ITEMS = [
	['LxDesigner Standard', null,
			['Overview', 'overview.htm'],
			['Specification', 'spec.htm'],
			['Screen Shots', 'screens.htm'],
			['Demo Movies', 'demos.htm'],
			['Prices', 'price.htm'],
	],
	['More Info', null,
			['Report Screen Shots', 'reportscns.htm'],
	],
];


