	function expand(el) {
		if (el != 'welcome_text') { slideup('welcome_text'); }
//		if (el != 'special_fares_text') { slideup('special_fares_text'); }
		if (el != 'important_information_text') { slideup('important_information_text'); }
		if (el != 'news_text') { slideup('news_text'); }
		toggleSlide(el);
	}