function sampleMe(divId) {
  w=window.open('','newwin')
  w.document.write('<html><head><title>Pagina web di www.retestresa.it</title><link rel="stylesheet" href="http://www.retestresa.it/stampa.css" type="text/css"></head><body>'+document.getElementById(divId).innerHTML+'</body></html>')
  w.document.close()
return false
}