/* --- menu items --- */
var MENU_ITEMS = [
	['News', null,
			['Whats Happening', 'http://www.flythe.com/info/whats_happening/whats_happening.htm'],
			['About Us', 'http://www.flythe.com/info/history.htm'],
	],
	['Projects', null,
			['Commercial', 'http://www.flythe.com/projects/commercial.htm'
					
			],
			['Industrial', 'http://www.flythe.com/projects/industrial.htm'
					
			],
			['Institutional', 'http://www.flythe.com/projects/institutional.htm',
					['Schools', 'http://www.flythe.com/projects/NRCA_images1.htm'],
					['Vet Hospitals', 'http://www.flythe.com/projects/vet_images1.htm'],
					['Churches', 'http://www.flythe.com/projects/church_images1.htm'],
					
			]
			],
	['Services', null,
		['Design-Build', 'http://www.flythe.com/services/design.htm'],
		['Construction', 'http://www.flythe.com/services/construction.htm'],
	    ],
	['Contact', null,
		['Contact Us', 'http://www.flythe.com/info/contact_us.htm'],
		['Info Request', 'http://www.flythe.com/info/request_info.htm'],
		['Find Us', 'http://www.flythe.com/info/Map_to_FCC.htm'],
	]
];

