/* --- menu items --- */
var MENU_ITEMS = [
	[' Home', 'index.htm',
		
				],
	[' Microfilm', null,
		[' Sales', 'sales.html',
			],	
		[' Services', 'service.html',
			
		],		
		
	],
	[' Scanners', null,
		['Production', 'production.html',
			
	    ],
		[' Departmental', 'department.html',
		   
		],
		[' Workgroup',  'workgroup.html',
		    
		],
		[' Check Scanners', 'check.html',
		    
		],
		[' Networked', 'network.html',
		    
		],
	],
	[' Other Products', null,
		[' Consumables', 'consumables.html',
		],
		[' Hybrid Imagers', 'micrographic.html',
		
		],
		['  Microfilm Processors', 'micrographic.html',
		  
		],
		[' Micrographic Equipment', 'micrographic.html',
		
		],
		[' Used Equipment', 'used.html',
		],
		
		
	],
	['Contact', 'contact.html',
			['Sales E-mail', 'mailto: Sales@Endicottmicrofilm.com'],
			['Service E-mail', 'mailto: Service@Endicottmicrofilm.com'],
			
	],
];

