/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'home.asp', null],
	['About', 'about.asp', null],
	['Services', '#', null,
		['Document Imaging', 'service_docimg.asp'],
		['Escrow Reconciliations', 'service_escrowrec.asp']
	],
	['Facts', '#', null,
		['Document Imaging', 'fact_docimg.asp'],
		['Escrow Reconciliations', 'fact_escrowrec.asp']
		
	],
	['Members', '#', null,
		['Member Login', 'memberlogin.asp'],
		['Become a Member', 'register.asp']
	],
	['Contact', 'contact.asp', null]
];
