/* Special onload effects for moo.fx. Edited by Kristy Sullivan December 12, 2006 */

var namerica, latin, aussie, europe, africa, most, mission, calendar, child, outreach;
		
		window.onload = function() {
			
			mission = new fx.Combo('mission', {height: true, opacity: true, duration: 200});
			calendar = new fx.Combo('calendar', {height: true, opacity: true, duration: 200});
			child = new fx.Combo('child', {height: true, opacity: true, duration: 200});
			outreach = new fx.Combo('outreach', {height: true, opacity: true, duration: 200});
			
			// Hide them to begin with

			mission.hide();
			calendar.hide();
			child.hide();
			outreach.hide();
		}