/* --- menu items --- */
var MENU_ITEMS = [
	['HOME', null, null,
		['COMPANY PROFILE', 'http://www.printerm.com/company.htm'],
		['WHY CHOOSE PRINTERM', 'http://www.printerm.com/whyprinterm.htm'],
		['PRESS RELEASE', 'http://www.printerm.com/news.htm'],
		['CUSTOMERS', 'http://www.printerm.com/customers.htm'],
		['MAIN', 'http://www.printerm.com/index.html']
	],
	['PRODUCTS', null, null,
		['MICR CHECK PRINTERS', 'http://www.printerm.com/MICR_check_printers.htm'],
		['MICR UPGRADE KIT', 'http://www.printerm.com/upgrade.htm'],
		['CHECK SOFTWARE', 'http://www.printerm.com/software.htm'],
		['DIGITIZING SERVICES', 'http://www.printerm.com/digitizing.htm'],
		['SECURE FONTBOX', 'http://www.printerm.com/Fontbox.htm'],
		['TESTING EQUIPMENT', 'http://www.printerm.com/verification.htm'],
		['CHECK-FOLDER SEALER', 'http://www.printerm.com/sealacheck3000-14.htm'],
		['CHECK BOOK EQUIPMENT', 'http://www.printerm.com/checkstation.htm'],
		['BLANK CHECK PAPER', 'http://www.printerm.com/paper.htm'],
		['MICR TONER', 'http://www.printerm.com/toner.htm'],
		['CHECK SECURITY', 'http://www.printerm.com/check_security.htm'],
		['FLASH SIMM+DIMM CARDS', 'http://www.printerm.com/flash.htm'],
		['MICR GAUGE', 'http://www.printerm.com/gauge.htm'],
		['MICR EDUCATION KIT', 'http://www.printerm.com/education_kit.htm'],
		['MICR FONTS', 'http://www.printerm.com/fonts.htm']
	],
	['SUPPORT', null, null,
		['SERVICE LOCATIONS', 'http://www.printerm.com/locations.htm'],
		['VARS', 'http://www.printerm.com/partners.htm'],
		['FAQS', 'http://www.printerm.com/faq.htm'],
		['WARRANTY INFO', 'http://www.printerm.com/warranty.htm'],
		['WHAT IS MICR?', 'http://www.printerm.com/micrdef.htm'],
		['CHECK FRAUD', 'http://www.printerm.com/fraud.htm']
	],
	['SOLUTIONS', null, null,
		['ORACLE', 'http://www.printerm.com/oracle.htm'],
		['PEOPLESOFT', 'http://www.printerm.com/peoplesoft.htm'],
		['SAP', 'http://www.printerm.com/SAP.htm'],
		['JONAS', 'http://www.printerm.com/jonas.htm'],
		['RESOURCES', 'http://www.printerm.com/resources.htm']
	],
	['CONTACT US', null, null,
		['CONTACT US', 'http://www.printerm.com/contact.htm']
	],
	['ONLINE STORE', null, null,
		['ONLINE STORE', 'https://www.printerm.com/Store']
	]
];

