//script by http://www.iremat.it/
function nascondi() {
primo.style.display = "None";
secondo.style.display = "None";
terzo.style.display = "None";
quarto.style.display = "None";
quinto.style.display = "None";
sesto.style.display = "None";
settimo.style.display = "None";
ottavo.style.display = "None";
nono.style.display = "None";
decimo.style.display = "None";}
function Stampa(conta) {
nascondi()
conta.style.display = "";
window.print(); 
ripristina()}
function ripristina() {
primo.style.display = ""; 
secondo.style.display = ""; 
terzo.style.display = "";
quarto.style.display = "";
quinto.style.display = ""; 
sesto.style.display = ""; 
settimo.style.display = "";
ottavo.style.display = ""; 
nono.style.display = ""; 
decimo.style.display = "";} 
	
