/*
  --- 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 = [
	['DBMaker Overview', 'mf_index.html', null,
	],
	['Benefits for COBOL&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', null, null,
		['For ISVs', 'mf_isv.html', null],
		['For Managers', 'mf_managers.html', null],
		['For COBOL Developers', 'mf_cobol_developers.html', null],
		['For End Users', 'mf_end_user.html', null],
	],
	['DBMaker and COBOL&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', null, null,
		['RDBMS for COBOL', 'mf_cobol_rdbms.html', null],
		['COBOL in the Future', 'mf_cobol_future.html', null],
		['COBOL Migration Options', 'mf_continuum.html', null],
	],
	['DCI&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', null, null,
		['DCI Overview', 'mf_dci_overview.html', null],
		['System Requirements', 'mf_dci_system_requirement.html', null],
		['DCI User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/mf_dci.pdf', null],
	],
	['DBMaker Features', 'mf_dbmaker_features.html', null,
	],
	['Online Manual&nbsp;<img src="/images/tri.gif" border="0" width="5" height="10">', 'dbmaker_online_manual.html', null,
		['DBMaker Tutorial&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/tutorial.pdf'],
		['Database Administration Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/dba.pdf'],
		['ESQL/C Programmer\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/esql.pdf'],
		['ODBC Programmer\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/odbc.pdf'],
		['SQL Command \& Function Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/sql.pdf'],
		['Error Message Reference&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/error.pdf'],
		['JDBATool User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/jdba.pdf'],
		['JServer Manager User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/jsvrmgr.pdf'],
		['JConfiguration Tool Reference&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/jconfig.pdf'],
		['DCI User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/mf_dci.pdf'],
		['dmSQL User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/dmsql.pdf'],
		['XML Tool User\'s Guide&nbsp;<img src="/images/pdficonsmall.gif" border="0" width="15" height="15">', 'online_manual/XMLTool.pdf'],
	],
	['Platforms', 'mf_dbmaker_platform.html', null,
	],
	['System Requirements', 'mf_dbmaker_system_requirement.html', null,
	],
	['DBMaker Downloads', '/download/dbmaker_download.html', null,
	],
];

