function stampadiv() {
var testo= "<html><head><title>Agenzia Piave Compravvendite e Affittanze</title><link rel='stylesheet' type='text/css' href='/templates/interno/css/ie.css'  title=europa' /></head><body><table align=center cellspacing=0 cellpadding=0 border=0 width=600><tr><td class=fondologo colspan=3><table width=100% cellpadding=0 cellspacing=0 border=0><tr><td><img src=templates/interno/img/space.gif width=15 height=1  border=0><img src=templates/interno/img/logo_casa.gif width=62 height=56 border=0></td><td align=right><img src=templates/interno/img/agenzia_piave_dicitura.gif width=254 height=56  border=0><img src=templates/interno/img/space.gif width=15 height=1 border=0></td></tr></table></td></tr><tr><td>";
testo+= document.getElementById('pagina').innerHTML+"</td></tr></table><table width=600 cellpadding=0 cellspacing=0 border=0 align=center><tR><tD class=indirizzo>Via Jesolo, 34 San Donà di Piave VE 30027 - Tel: 0421.50796 Fax: 0421.333659 - P.IVA: 02951060272 - e-mail:  info@agenziapiave.it</td></tr><tr><td bgcolor=#97B1D0><img src=templates/interno/img/space.gif width=1 height=2 border=0></td></tr><tr><tD class=indirizzo>Copyright © 2006 - Web agency: <b>Q-Web s.r.l</b></td></tr></table>";
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 ingrandimento(str,txt) {
var testo= "<html><head><title>Agenzia Piave</title><link rel='stylesheet' type='text/css' href='./templates/interno/css/ie.css'  title=europa' /></head><body>";
testo+="<div style='float:right'><a href='javascript:window.close();' title='Chiudi Finestra'><img src='/img/chiudi.gif' alt='Chiudi Finestra' border='0'></a></div><img src='/img/logo.gif'/><hr><p align=center><img src="+str +" title="+txt+"><br><div style='float:left; width:98%; background-color:#E7F1F9; padding:0.3em; text-align:center;margin:0.2em;'>"+txt+"</div><a href='javascript:window.print();' title='Stampa Foto'><img src='/img/stampa.gif' alt='Stampa' border='0'></a>&nbsp;&nbsp; &nbsp;&nbsp;</p></body></html>";
var ident_finestra = window.open("","finestra_stampa","fullscreen=yes");
ident_finestra.document.write(testo);
}

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