var MENU_ITEMS = [
		['Residential', 'home_residencial.php', null,
		['Buying', 're_buying.php'],
		['Selling', 're_selling.php'],
		['Renting', 're_renting.php'],

	],
	['Commercial', null, null,
		['Buying', 'comm_buying.php'],
		['Selling', 'comm_selling.php'],
		['Renting', 'comm_renting.php'],

	],
		['Business', null, null,
		['Buying', 'bus_buying.php'],
		['Selling', 'bus_selling.php'],
		
	],
];