
// popup per la mappa
function popup_mappa(url,nome,impostazioni){
 window.open(url,'','width=429,height=365');
}

function aspetta(messaggio_attendi,nome_form) {
	document[nome_form].bottone.disabled = true;
	document[nome_form].bottone.value = messaggio_attendi + "...";
	document[nome_form].submit();
}


