function admin()
{open ("admin/it/login.html", "login", "height=298, width=298, scrollbars=0, resizable=0, status=0, menubar=0, toolbar=0, directories=no")}
function textstop()
{
document.getElementById('alarm').style.visibility='visible';
for (var i = 0; i < document.all.length; i++) {
  o = document.all(i);
  if (o.type == 'select-multiple') {
   if (o.style) o.style.display = 'none';
  }
  if (o.type == 'select-one') {
   if (o.style) o.style.display = 'none';
  }
 }

}

function ritorna()
{document.getElementById('alarm').style.visibility='hidden';

for (var i = 0; i < document.all.length; i++) {
  o = document.all(i);
  if (o.type == 'select-multiple') {
   if (o.style) o.style.display = 'inline';
  }
  if (o.type == 'select-one') {
   if (o.style) o.style.display = 'inline';
  }
 }
  }
  
function caricamento() 
{
setTimeout("document.all.caricamento.style.visibility='visible'", 1000);
}
