/* --- menu items --- */
var MENU_ITEMS = [
	['HOME','http://www.printerm.com'],
	['PRODUCTS', null, null,
		['HARDWARE', null, null,
			['EQUIPMENT', null, null,
				['MICR PRINTERS', null, null,
					['FULL LIST','http://www.printerm.com/MICR_printers.htm'],
					['HEWLETT-PACKARD', null, null,
						['MICRP2035 30PPM','http://www.printerm.com/micrP2035.htm'],
						['MICRP2055 35PPM','http://www.printerm.com/micrP2055.htm'],
						['MICRP3005 35PPM','http://www.printerm.com/micrP3005.htm'],
						['MICRP4014 45PPM','http://www.printerm.com/micrP4014.htm'],
						['MICRP4015 52PPM','http://www.printerm.com/micrP4015.htm'],
						['MICRP4515 62PPM','http://www.printerm.com/micrP4515.htm'],
					],
					['LEXMARK', null, null,
						['MICRT650 45PPM','http://www.printerm.com/micrT650.htm'],
						['MICRT652 50PPM','http://www.printerm.com/micrT652.htm'],
						['MICRT654 55PPM','http://www.printerm.com/micrT654.htm'],
					],
					['DELL', null, null,
						['MICR1720 25PPM','http://www.printerm.com/micr1720.htm'],
						['MICR5310 45PPM','http://www.printerm.com/micr5310.htm'],
					],
					['XEROX', null, null,
						['MICR4510 45PPM','http://www.printerm.com/micr4510.htm'],
					],
				],
				['FOLDER/SEALER', 'http://www.printerm.com/Seal-A-Check.htm'
				],
				['CHECK BINDERS', null, null, 
					['CHECKBOOK BINDER','http://www.printerm.com/checkstation.htm'],	 
					['CHECKBOOK BINDER LT','http://www.printerm.com/checkstationLT.htm']
				]		 		
			],
			['ACCESSORIES', null, null,
				['FLASH SIMM+DIMM CARDS', 'http://www.printerm.com/flash.htm'],		 
				['MICR FONTS', 'http://www.printerm.com/fonts.htm'],
				['MICR EDUCATION KIT', 'http://www.printerm.com/education_kit.htm'],		
				['MICR UPGRADE KIT', 'http://www.printerm.com/upgrade.htm'],
				['SECURE FONTBOX', 'http://www.printerm.com/Fontbox.htm']	
			],
			['CONSUMMABLES', null, null,
				['BLANK CHECK PAPER', 'http://www.printerm.com/paper.htm'],	
				['PRESSURE SEAL PAPER', 'http://www.printerm.com/pressure_seal_paper.htm'],				
				['MICR TONER', 'http://www.printerm.com/toner.htm']
			],
			['SPECIALTY', null, null,
				['CHECK SECURITY', 'http://www.printerm.com/check_security.htm'],		 
 				['MICR GAUGE', 'http://www.printerm.com/gauge.htm'],
				['TESTING EQUIPMENT', 'http://www.printerm.com/verification.htm']
			]
		],
		['SOFTWARE', 'http://www.printerm.com/software.htm'],
		['SERVICES', null, null,
			['DIGITIZING', 'http://www.printerm.com/digitizing.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']
		]			
	],
 	['THE STORE','https://www.printermstore.com'],	
	['SUPPORT', null, null,
		['LOCATIONS', 'http://www.printerm.com/locations.htm'],
		['PARTNERS', 'http://www.printerm.com/partners.htm']			
	],
	['FAQS', null, null,
		['GENERAL', 'http://www.printerm.com/faq.htm'],
		['CHECK FRAUD', 'http://www.printerm.com/fraud.htm'],
		['WHAT IS MICR?', 'http://www.printerm.com/micrdef.htm'],
		['CHECK 21', 'http://www.printerm.com/Check21.htm'],
		['CPA STANDARD 006', 'http://www.printerm.com/CPA-standards.htm'],
		['PRODUCT WARRANTY', 'http://www.printerm.com/warranty.htm'],
		['TONER WARRANTY', 'http://www.printerm.com/toner_warranty.htm'],
		['SERVICE WARRANTY', 'http://www.printerm.com/support.htm'],
		['TERMS OF SERVICE', 'http://www.printerm.com/terms.htm'],
		['REQUEST INFO', 'http://www.printerm.com/informat2.htm']
	],
	['ABOUT US', null, null,
		['WHY PRINTERM?', 'http://www.printerm.com/whyprinterm.htm'],	 
		['COMPANY PROFILE', 'http://www.printerm.com/company.htm'],
		['PRESS RELEASE', 'http://www.printerm.com/news.htm'],
		['ORDER OPTIONS', 'http://www.printerm.com/order.htm']
	],
	['CONTACT US', 'http://www.printerm.com/contact.htm']
];

