function alerta(msg,en) { var warntxt='Attenzione'; if (en) warntxt='Warning'; document.getElementById('popupcont').innerHTML='

'+warntxt+'

'+msg+''; document.getElementById('popup').style.display='table'; }