/* --- menu items --- */
var MENU_ITEMS = [
	['Home', '/'],
	['Buyers', null,
			['Dallas/Fort Worth Area', '/propview.php?rentmort=Dallas/Fort Worth Area'],
			['Houston Area', '/propview.php?rentmort=Houston Area'],
			['Austin Area', '/propview.php?rentmort=Austin Area'],
			['San Antonio Area', '/propview.php?rentmort=San Antonio Area'],
			['Other Areas', null,
					['Northeast Texas', '/propview.php?rentmort=Northeast Texas'],
					['Northwest Texas', '/propview.php?rentmort=Northwest Texas'],
					['Southeast Texas', '/propview.php?rentmort=Southeast Texas'],
					['Southwest Texas', '/propview.php?rentmort=Southwest Texas'],
			],
	],
	['Sellers', null,
		['Login', '/agentadmin.php'],
		['List your house for FREE!', '/admin/addagent.php'],
	],
	['Search',null,
			['Quick Search', '/browse.php'],
			['Advanced Search', '/browse-adv.php'],
	],
	['Contact Us', null,
			['E-mail', 'mailto:contact@tlcfsbo.com?subject=TLCFSBO.COM Contact'],
			['Policies', '/policies.php'],
	],
];


