
function confirmCoords(text){

	if(confirm(text)){
		document.search_form.extra_info.value = "true";
		document.search_form.submit();

	}

}

