			function open_map(){
				document.getElementById("big_map").className = 'map_div_view';
			}

			function close_map(){
				document.getElementById("big_map").className = 'map_div';
			}
