	function expand(el) {
		if (el != 'about_us_text') { slideup('about_us_text'); }
		if (el != 'further_reading_text') { slideup('further_reading_text'); }
		if (el != 'other_sites_text') { slideup('other_sites_text'); }
		if (el != 'ms_text') { slideup('ms_text'); }
		toggleSlide(el);
	}