function stampa() {
var testo= "<html><head><link rel='stylesheet' type='text/css' href='/templates/news/css/print.css' media='print' title=''><link rel='stylesheet' type='text/css' href='/templates/news/css/print.css' media='screen' title=''></head><body><img src='/templates/news/img/Comune_Pramaggiore.png' alt='Comune di Pramaggiore ' border='0'><br><bR>";
testo+= document.getElementById('pgstampa').innerHTML+"<div id=footer><p>P.iva 00609690276 | P.zza Libertà, 1 - 30020 - Pramaggiore (VE) - Italia <br>Tel (+39) <b>0421.200060</b> - Email: <b>info@comune.pramaggiore.ve.it</b></p></div></body></html>";
var ident_finestra = window.open("","finestra_stampa","height=400,width=400");
ident_finestra.document.write(testo);
//ident_finestra.open();
//ident_finestra.document.write(testo);
ident_finestra.document.close();
ident_finestra.print();
ident_finestra.close();
}


function popup(str)
{ 
window.open(str, "popup", "status=no,menubar=no,width=500,height=325,resizable=no,scrollbars=yes");
}
