// menu_items.js file

var MENU_ITEMS =[
	
	['<img src=menu/home.jpg width=113 height=17 border=0>', 'index.php'],
	
	['<img src=menu/lease.jpg width=113 height=17 border=0>', 'commercial-real-estate-lease.php', null,
	    ['Retail', 'commercial-real-estate-lease-retail.php'],
		['Office', 'commercial-real-estate-lease-office.php'],
		['Industrial', 'commercial-real-estate-lease-industrial.php'],
		['Land', 'commercial-real-estate-lease-land.php'],
		['Investment', 'commercial-real-estate-lease-investment.php']
	],
	
	['<img src=menu/sale.jpg width=113 height=17 border=0>', 'commercial-real-estate-sale.php', null,
	    ['Retail', 'commercial-real-estate-sale-retail.php'],
		['Office', 'commercial-real-estate-sale-office.php'],
		['Industrial', 'commercial-real-estate-sale-industrial.php'],
		['Land', 'commercial-real-estate-sale-land.php'],
		['Investment', 'commercial-real-estate-sale-investment.php']
	],
	
	['<img src=menu/services.jpg width=113 height=17 border=0>', 'commercial-real-estate-services.php', null,
		['Leasing', 'commercial-real-estate-services-leasing.php'],
		['Selling', 'commercial-real-estate-services-selling.php'],
		['Investment', 'commercial-real-estate-services-buying.php'],
		['Management', 'commercial-real-estate-services-property-management.php']
	],
	
	['<img src=menu/about.jpg width=113 height=17 border=0>', 'commercial-real-estate-about-us.php'],
	
	['<img src=menu/contact.jpg width=113 height=17 border=0>', 'commercial-real-estate-contact-us.php']
];
