/*
  --- 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 = [
	['Home', '../index.html', null,
	],
	['Products', '../products.html', null,
		['IMScribe 5.0', '../imscribe.html'],
		['IMConsole 2003 R3', '../imconsole_2003.html'],
		['IMConsole 2005 R2', '../imconsole_2005.html'],
                ['Unify2 Video Manager', '../Unify2_Video_Manager.html'],
                ['Professional Services', '../products.html'],

        ],
	['Support', '../asp/support.asp', null,
		['Manual', '../asp/support.asp?Options=M'],
		['FAQ', '../asp/support.asp?Options=F'],
		['Known Issues', '../asp/support.asp?Options=KI'],
		['System Requirements', '../asp/support.asp?Options=SR'],
	],
	['Media', '../media.html', null,
		['Analyst Coverage', '../analysts_view.html'],
		['Press Coverage', '../press_coverage.html'],
		['Press Releases', '../press_release.html'],
	],	
	['Company', '../company.html', null,
		['Management', '../management.html'],
	],
	['Partners', '../partners.html', null,
	],	
	['Downloads', '../downloads.html', null,
		['IMScribe 5.0 Overview', '../request_IMScribe_overview.asp'],
		['IMConsole 2003 R3 Overview', '../request_IMConsole2003_overview.asp'],
		['IMConsole 2005 R2 Overview', '../request_IMConsole2005_overview.asp'],
		['OCS 2007 Consulting Services', '../Request_OCS 2007_Consulting_Services.asp'],
		['Evaluation Copy', '../request_evaluation_copy.asp'],
	],	
	['Contact', '../contact.html', null,
	],		
];

