function scheda(a0) {
    window.open('info/info_delibera.php?id='+a0,'titolo','width=500,height=300', 'scrollbars= auto')
}
function scheda_news(a0) {
  window.open('info/info_news.php?id='+a0,'titolo','width=450,height=450,scrollbars=yes,resizable=yes');
}
function modulo(a0) {
    window.open('moduli/modulorichiesta.php?id='+a0,'titolo',"width=600, height=500, left=200, top=100, menubar=no, status=no, location=no, toolbar=yes, scrollbars=yes, resizable=yes")
}
function scheda_stampa(a0) {
  window.open('info/info_stampa.php?id='+a0,'titolo','width=450,height=450,scrollbars=yes,resizable=yes');
}
