// JavaScript Document
// Navbar Menu Items

var MENU_ITEMS = [
	['Home', 'http://www.nlaudit.com' ],
	['Financial Solutions', 'http://jcamgroup.com/solutions.html' ],
	['Asset Management', 'http://jcamgroup.com/asset_management.html' ],
	['About JANUS', 'http://jcamgroup.com/about.html' ],
	['Contact', 'http://jcamgroup.com/contact.html' ],
	['877-894-7477', '' ],
	['', '' ],
];
