	
	     function mapSearch() {
		
			mapSearchHide = new fx.Combo('map_search_hide', {height: true, opacity: true, duration: 300});
	    	var m = document.getElementById('map_search_hide');
			m.style.opacity=0;

			m.style.display = "block";
			mapSearchHide.hide();
	
			}
		
		
