// JavaScript Document
// Navbar Menu Items

var MENU_ITEMS = [
	['Home', 'http://www.nlaudit.com' ],
	['About NLA', null, null,
		['The Company', 'http://www.nlaudit.com/about/company.html'],
		['Management', 'http://www.nlaudit.com/about/management.html'],
		['Investors', 'http://www.nlaudit.com/about/investors.html'],
	],
	['Corporate', null, null,
		['Corporate Info', 'http://www.nlaudit.com/corporate/corporate.html'],
		['NLA in the News', 'http://www.nlaudit.com/corporate/inthenews.html'],
		['Careers', 'http://www.nlaudit.com/corporate/careers.html'],
		['Associations', 'http://www.nlaudit.com/corporate/associations.html'],
		['NLA@Work', null, null,
		['Newsletter', 'http://www.nlaudit.com/work/newsletter.html'],
		['Industry News', 'http://www.nlaudit.com/work/industrynews.html'],
		['NLA Blog', 'http://www.nlaudit.com/wordpress'],
		['Online Legal Resources', 'http://www.nationalloanauditors.com']
	]
	],
	['Services', null, null,
		['Forensic Loan Audit Pro&#153;', 'http://www.nlaudit.com/services/forensic.html', null,
			['Sample Audit', 'http://www.nlaudit.com/services/sample.html'],
			['Applicable Statutes', 'http://www.nlaudit.com/services/lending.html', null,
				['Truth In Lending', 'http://www.nlaudit.com/services/lending.html'],
				['State Consumer Credit Law', 'http://www.nlaudit.com/services/lending.html'],
				['HOEPA', 'http://www.nlaudit.com/services/lending.html']
			],
			['Documents Required', 'http://www.nlaudit.com/services/docs.html'],
			['Agreement', 'http://www.nlaudit.com/services/contract.html'],
			['Forms and Instructions', 'http://www.nlaudit.com/services/order.html']
		],
		['US Court Audit&#153;', 'http://www.uscourtaudit.com', null,],
		['SafeGuard Audit&#153;', 'http://www.nlaudit.com/services/forensic.html#safeguard', null,],
		['Expert Witness', 'http://www.nlaudit.com/services/witness.html', null,
			['About our Expert Witness', 'http://www.nlaudit.com/services/witness.html'],
			['Curriculum Vitae', 'http://www.nlaudit.com/services/vitae.html']
		],
		['NLA Law Portal', null, null,
			['Disclaimer', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Legal Resources', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Account Access', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Current Affairs', 'http://www.nlaudit.com/cgi/portal/signin.php'],
			['Glossary', 'http://www.nlaudit.com/portal/signin.php']
		],
		
	],
	['Products', null, null,
		['Automated Valuation (AVM)', 'http://www.nlaudit.com/products/avm.html'],
		['BPO\'s', 'http://www.nlaudit.com/products/bpo.html'],
		['Legal Opinions', 'http://www.nlaudit.com/products/legal_opinions.html']
	],
	['Become a Reseller', 'http://www.nlaudit.com/resellers.html' ],
	['(925) 855-1501 ', 'http://www.nlaudit.com' ],
];
