	function expand(el) {
		if (el != 'about_us_text') { slideup('about_us_text'); }
		if (el != 'about_part_text') { slideup('about_part_text'); }
		if (el != 'mission_s_text') { slideup('mission_s_text'); }
		toggleSlide(el);
	}