/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/www/index.php', null],
/*	['Find a Home', '/www/find.php/', {'sb':'Find a Home'}], */
	['Our Agents', '/www/Agents/', {'sb':'Our Agents'}],
	['Our Staff', '/www/Staff', {'sb':'Our Staff'}],
	['About Us', '/www/about.php', {'sb':'About Us'}],
	['Careers', '/www/career.php', {'sb':'Careers'}],
	['Contact Us', '/www/contact.php', {'sb':'Contact Us'}]
];
