/*
  --- 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 = [
	['<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=57 BORDER=0 ALT="">', 'products/default.asp', null,
		['Document Management Systems', 'products/document_management_systems.asp'],
		['Document Scanning Services', 'products/document_scanning_services.asp'],
		['Microfilming and Micrographic Servicesb', 'products/microfilm.asp'],
		['Document Hosting', 'products/document_hosting.asp'],

		['Document Scanners and Imaging Hardware', 'products/hardware_document_scanners.asp'],
		['Document Imaging Software', 'products/document_imaging_software.asp'],
		
/*
		['Facilities Management', 'products/facilities.asp'],
		['Professional Services', 'products/professional.asp'],
		['Scanners', 'products/scanners.asp'],
*/
	],
	['<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=57 BORDER= ALT="">', 'studies/default.asp', null,
		['Accounts Payable', 'studies/accounts.asp'],
		['Financial Services', 'studies/finance.asp'],
		['Litigation Support', 'studies/litigation.asp'],
		['Medical Services', 'studies/hipaa.asp'],
		['Human Resources', 'studies/HR.asp']
/*
		['Financial Institutions', 'studies/financial.asp'],
		['Legal', 'studies/legal.asp'],
		['Manufacturing', 'studies/manufacturing.asp'],
		['Healthcare', 'studies/healthcare.asp'],
		['Human Resources', 'studies/human.asp'],
		['Forms Management', 'studies/forms.asp'],
*/
	],
	['<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=57 BORDER=0 ALT="">','partners/default.asp', null,
	
		/*['Scanners', 'partners/scanners.asp'],
		['Storage Systems', 'partners/storage.asp'],
		['Capture Software', 'partners/capture.asp'],
		['Content Management Software', 'partners/cms.asp'],
		['Services', 'partners/services.asp']*/
	],
	
	['<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=57 BORDER=0 ALT="">', 'about/default.asp', null,
		['Mission & History', 'about/mission.asp'],		
		['Benefits CASO', 'about/benefits.asp'],
		['Senior Management', 'about/management.asp']

	],
		['<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=57 BORDER= ALT="">', 'contact/default.asp', null,
		//['Register for Open House', 'contact/openhousereg.asp'],
		['Directions To New York Office', '../contact/directionsNew-York.asp'],
		['Directions To San Antonio Office', '../contact/directionsSan-Antonio.asp'],
		['Request CASO Information', 'contact/contactform.asp']
	],
];

