/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':54}],
	['Our Story', 'story.html', {'sw':76}],	
	['Developer', 'developer.html', {'sw':82,'be':['dTrans(DURATION=0.5)','dTrans(DURATION=0.5)']}],	
	['Builders', 'builders.html', {'sw':106},
		['Arthur Rutenberg', 'builders-arhomes.html'],
		['Irvin', 'builders-irvin-construction.html'],
		['Ivey', 'builders-ivey-custom-homes.html'],
		['Ecclestone', 'builders-ecclestone.html'],
		['Armstrong', 'builders-armstrong.html']		
	],
	['Owners Association', 'ownersassoc.html', {'sw':140}],	
	['Communities', 'laurels.html', {'sw':106},
		['The Cedars', 'cedars.html'],
		['Cypress Glen', 'cypressglen.html'],
		['Heron Trace', 'herontrace.html'],
		['The Laurels', 'laurels.html'],
		['Oak Hammock', 'oakhammock.html'],
		['The Village', 'village.html'],
		['The Willows', 'willows.html'],
		['The Woodlands', 'woodlands.html']		
	],	
	['Location', 'map.html', {'sw':71}],		
	['Contact', 'contact.asp', {'sw':68}],
];
