

function stampa_popup() {
	var testo = "<html><head><title>"+document.title+"</title>";
	testo += "<link href=\"../../Common/File_CSS/TE3_styles_1.css\""; 
	testo += " rel=\"stylesheet\" type=\"text/css\" media=\"all\"><csscriptdict import>";
	testo += "<script type=\"text/javascript\" src=\"../../GeneratedItems/CSScriptLib.js\"></script>";
	testo += "</csscriptdict></head><body scroll=yes><center><br>";
	testo += "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"40\">";
	testo += "<tr><td><img src=\"../../Media/Img/logo_toro.gif\" alt=\"logo\" border=\"0\"></td></tr></table><br>";
	testo += "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"27\">";
	testo += "<tr valign=\"bottom\" height=\"1\"><td valign=\"bottom\" height=\"1\"><img src=\"../../Media/Img/filetto.gif\" alt=\"\" width=\"440%\" height=\"1\" border=\"0\"></td></tr>";
	testo += "<tr bgcolor=\"#fdf0a8\"><td width=\"440\"></td><td align=\"right\" width=\"70\" height=\"25\">";
	testo += "<p><img src=\"../../Media/Img/icona_stampante.gif\" alt=\"\" width=\"16\" height=\"13\" border=\"0\"><a class=\"title\" href=\"javascript:print();\"> Stampa </a></p>";
	testo += "</td><td align=\"right\" width=\"70\" height=\"100%\">";
	testo += "<p><img src=\"../../Media/Img/icona_chiudi.gif\" alt=\"\" width=\"12\" height=\"13\" border=\"0\"><a class=\"title\" href=\"javascript:window.close();\"> Chiudi</a></p>";
	testo += "</td><td width=\"20\" height=\"100%\"></td></tr>";
	testo += "<tr valign=\"top\" height=\"1\"><td valign=\"top\" height=\"1\"><img src=\"../../Media/Img/filetto.gif\" alt=\"\" width=\"440%\" height=\"1\" border=\"0\"></td></tr>";
	testo += "</table><br><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>";
	testo += document.getElementById('testo_da_stampare').innerHTML+"</td></tr></table><br>";
	testo += "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"40\">";
	testo += "</table><br>";
	testo += "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"27\">";
	testo += "<tr valign=\"bottom\" height=\"1\"><td valign=\"bottom\" height=\"1\"><img src=\"../../Media/Img/filetto.gif\" alt=\"\" width=\"440%\" height=\"1\" border=\"0\"></td></tr>";
	testo += "<tr bgcolor=\"#fdf0a8\"><td width=\"440\"></td><td align=\"right\" width=\"70\" height=\"25\">";
	testo += "<p><img src=\"../../Media/Img/icona_stampante.gif\" alt=\"\" width=\"16\" height=\"13\" border=\"0\"><a class=\"title\" href=\"javascript:print();\"> Stampa </a></p>";
	testo += "</td><td align=\"right\" width=\"70\" height=\"100%\">";
	testo += "<p><img src=\"../../Media/Img/icona_chiudi.gif\" alt=\"\" width=\"12\" height=\"13\" border=\"0\"><a class=\"title\" href=\"javascript:window.close();\"> Chiudi</a></p>";
	testo += "</td><td width=\"20\" height=\"100%\"></td></tr>";
	testo += "<tr valign=\"top\" height=\"1\"><td valign=\"top\" height=\"1\"><img src=\"../../Media/Img/filetto.gif\" alt=\"\" width=\"440%\" height=\"1\" border=\"0\"></td></tr>";
	testo += "</table></body></html>";
	var ident_finestra = window.open("","finestra_stampa","height=500,width=650,resizable=yes");
	ident_finestra.document.open();
	ident_finestra.document.write(testo);
	ident_finestra.document.close();
}
