/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','tt':'Home Page','sb':'Go to Card Data Systems Home Page'},
		['Company Info', 'info.html', {'tw':'_self'}],
		['Mission', 'Mission.html', {'tw':'_self'}],
		['Press Releases', 'PressRelease.html', {'tw':'_self'}],
		['Gallery', 'gallery.html', {'tw':'_self'}]
	],
	['Products', 'products.html', {'tw':'_self'},
		['CD 800 Card Printer', 'cp_cd800.html', {'tw':'_self'}],
		['SD 260 Card Printer', 'cp_sd260.html', {'tw':'_self'}],
		['SP Series Card Printers', 'sp_series.html', {'tw':'_self'},
			['SP 25 Plus Card Printer', 'sp25plus.html', {'tw':'_self'}],
			['SP 35 Plus Card Printer', 'sp35plus.html', {'tw':'_self'}],
			['SP 55 Plus Card Printer', 'sp55plus.html', {'tw':'_self'}],
			['SP 60 Plus Card Printer', 'sp60plus.html', {'tw':'_self'}],			
			['SP 75 Plus Card Printer', 'sp75plus.html', {'tw':'_self'}]
		],
		['CP Plus Series Card Printers', 'cp_series.html', {'tw':'_self'},
			['CP 40 Plus Card Printer', 'cp40plus.html', {'tw':'_self'}],
			['CP 60 Plus Card Printer', 'cp60plus.html', {'tw':'_self'}],
			['CP80 Plus Card Printer', 'cp80plus.html', {'tw':'_self'}]
		],
		['Desktop Embossers', 'embossers.html', {'tw':'_self'},
			['Datacard® 150i Desktop Card Personalization System', 'emb150i.html', {'tw':'_self'}],
			['Datacard® 275 Card Personalization System', 'emb275.html', {'tw':'_self'}],
			['Datacard® 280P Card Personalization System', 'emb280p.html', {'tw':'_self'}],
			['Datacard® 295 Card Personalization System', 'emb295.html', {'tw':'_self'}]
		],
		['High Volume Card Issuance', 'highvolume.html', {'tw':'_self'},
			['Datacard® MX1000™ Card Issuance System', 'mx1000.html', {'tw':'_self'}],
			['Datacard® MX2000™ Card Issuance System', 'mx2000.html', {'tw':'_self'}],
			['Datacard® MX6000™ Card Issuance System', 'mx6000.html', {'tw':'_self'}],
			['Datacard® Maxsys® Card Issuance System', 'maxsys.html', {'tw':'_self'}]
		],
		['Cameras and Capture Devices', 'capture.html', {'tw':'_self'},
			['Photo', 'photo.html', {'tw':'_self'}],
			['Signature', 'signature.html', {'tw':'_self'}],
			['Fingerprint', 'fingerprint.html', {'tw':'_self'}]
		],
		['Wristband Label Printers', 'wb_label.html', {'tw':'_self'}]
	],
	['Software', 'software.html', {'tw':'_self'},
		['ID Works', 'idworks.html'],
		['ID Centre', 'idcentre.html'],
		['True Photo', 'truephotot.html'],
		['WebID', 'webid.html'],
		['ID Centre Lite', 'idcentrelite.html']
	],
	['Supplies', 'supplies.html', null,
		['Ribbons', 'ribbons.html'],
		['Cards', 'cards.html'],
		['Accessories', 'accessories.html'],
		['Card Production', 'cardproduction.html'],
		['Smart Cards', 'smartcards.html'],
		['Cleaning Supplies', 'cleaningsupp.html']
	],
	['ID Solutions', 'id_solutions.html', {'tw':'_self'},
		['Accountability', 'firetrax.html', {'tw':'_self'}],
		['Visitor Management','visitor.html',{'tw':'_self'}],
		['FIRE - EMS - OEM', 'fireemsoem.html', {'tw':'_self'}],
		['Education', 'education.html'],
		['Hospital', 'hospital.html'],
		['Corporate', 'corporate.html'],
		['Government', 'government.html']
	],
	['Contact', 'sales.html', {'tw':'_self'},
		['Sales', 'sales.html', {'tw':'_self'}],
		['Service', 'service.html', {'tw':'_self'}]
	]
];

