/*
  --- 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 = [
	['LegacyAid Overview', '/legacyaid/index.html', null,
	],
	['Features&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', '/legacyaid/legacyaid_features.html', null,
		['System Analysis&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', '/legacyaid/systemanalysis.html', null,
			['Imapct Analysis', '/legacyaid/impact_analysis.html'],
			['Object Hierarchy', '/legacyaid/object_hierarchy.html'],
			['Object Finder', '/legacyaid/object_finder.html'],
			['Structure Charts', '/legacyaid/structure_charts.html'],
			['Complex Tables & Kiviat Diagrams', '/legacyaid/kiviat_diagrams.html'],
			['Control Flow Diagrams', '/legacyaid/control_flow_diagrams.html'],
			['Job Data Set Diagrams', '/legacyaid/job_data_set.html'],
			['Step Flow Diagrams', '/legacyaid/step_flow_diagrams.html'],
            ],
		['Redocumentation&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', '/legacyaid/redocumentation.html', null, 
			['Cross Reference', '/legacyaid/format_list_cross.html'],
			['Complexity Reports', '/legacyaid/complexity_reports.html'],
			['System Information', '/legacyaid/system_info.html'],
		],
		['Maintenance', '/legacyaid/maintenance.html'],
		['Reengineering&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', '/legacyaid/reengineering.html', null,
			['Copybook Explorer', '/legacyaid/copybook_explorer.html'],
			['Unused Data Items', '/legacyaid/unused_data_item.html'],
			['Code Walkthrough ', '/legacyaid/code_walkthrough.html'],
		],
	],
	['FAQ', '/faq/legacyaid', null,
	],
	['Download', '/download/legacyaid_download.html', null,
	],
];

