
function OpenWin(URL,Width,Height)
  {
   var wp;
   wp=window.open(URL, "", "toolbar=no,status=yes,scrollbars=yes,resizable=yes,menubar=no,width=" + Width + ",height=" + Height + ",top=0,left=0");
  }

function InviaPagina()
 {
  document.tendina.action='dettaglio_comune.asp';
  document.tendina.submit();
 }

