/*
  --- 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 = [
	['Totem Overview', '/totem/index.html', null,
	],
	['Features&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', null, null,
		['Complete Generation', '/totem/completeappgen.html'],
		['Graphical Reports', '/totem/graphicprint.html'],
		['RAD', '/totem/rad.html'],
		['Portability', '/totem/portability.html'],
		['Data Modeling', '/totem/datamodeling.html'],
		['Data Set', '/totem/dataset.html'],
		['Logical View', '/totem/logicalview.html'],
		['Screen Painter', '/totem/screenpainter.html'],
		['AcuBench', '/totem/acubench.html'],
	],
	['What is Totem?&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/what_is_totem.pdf', null,
	],
	['Online Manual&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', 'totem_online_manual.html', null,
		['Totem Install Upgrade Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/Totem_Installation_Upgrade_Guide.pdf'],
		['Totem User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/Totem_User_Guide.pdf'],
		['Totem Instruction Lab&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/Totem_Instruction_Lab.pdf'],
		['DCI User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/DCI_UsersGuide.pdf'],
		['Integration&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/Integration.pdf'],
		['Localization&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/Localization.pdf'],
		['Totem Data Sheet&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', '/totem/online_manual/TotemDataSheet.pdf'],
	],
	['FAQ', '/faq/totem', null,
	],
	['Download', '/download/totem_download.html', null,
	],
];

