/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'110'}],
	['Services', '/services.html', {'tw':'_self','tt':'','sw':'140'}],
	['About Us', '/aboutus.html', {'tw':'_self','tt':'','sw':'140'},
/*		['Troy Corbin', '/corbin.html', {'tw':'_self','tt':'','sw':'150'}],
		['Brent McLacklan', '/mclacklan.html', {'tw':'_self','tt':'','sw':'150'}] */
	],	
/*	['Available Properties', '', {'tw':'_self','tt':'','sw':'180'},
		['For Sale','/comingsoon.html', {'tw':'_self','tt':'','sw':'190'}],
		['For Rent', '/comingsoon.html', {'tw':'_self','tt':'','sw':'130'}] */
/*	],	*/			
	['Partners', '/partners.html', {'tw':'_self','tt':'','sw':'140'}],
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'160'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'150'}]
];

