
var MENU_ITEMS = [
				  
				  
				  
		['  Home', 'index.html',
		 	 
		],
	
	   [' About Us', 'aboutus.html',
		 	 
		],
	
	['Current Projects', null, null,
		 
		['	Radiant Daffodils','radiantdaffodils.html'], 
		['	Radiant Lake View','radiant_lview.html'], 
		['	Radiant Red Wood','radiant_rwood.html'],
		['	Radiant Silver Bell','radiant_sbell.html'],
		['	Radiant Enclave','radiantenclave.html'],
		['	Radiant Lotus' ,'radiantlotus.html'],
		['	Radiant Katriel','radiantkatriel.html'],
		['	Jasmine Gardens','radiantjterrace.html'],
		
				
	],
	
	[' Completed Projects', 'completedprojects.html',
		 	 
	],
	
	[' Upcoming Projects', 'upcoming_projects.html',
		 	 
	],	
	
    [' Contact Us ', 'contactus.html',
		 	 
	],
	
	[' Sitemap ', 'sitemap.html',
		 	 
	]
];

