function show_map(get_map){
	window.open(get_map,'popup','scrollbars=yes, resizable=yes, top=40, left=40, width=330, height=330');
};