<!--
function fnModuloDati()
{ //v2.0
  if (screen.width <= 800)
     window.open("ModuloInfo/Form_info.html", "","width=600,height=500,top=0,left=0,status=no,menubar=no,scrollbars=yes,toolbar=no,resizable=no");
  else
     window.open("ModuloInfo/Form_info.html", "","width=700,height=768,top=0,left=0,status=no,menubar=no,scrollbars=yes,toolbar=no,resizable=no");
}
function Aggancia(Sito)
{ //v2.0
  window.open(Sito,"_blank");
}
function FotoZoom(foto)
{ //v2.0
  window.open("FotoPani/"+foto+".html", "","width=620,height=500,top=0,left=0,status=no,menubar=no,scrollbars=no,toolbar=no,resizable=no");
}
-->


