<!-- FUNZIONE CHE VISUALIZZA UNA PAGINA HTML ALL'INTERNO DI UNA FINESTRA DIV -->
function ApriEstampaHTML(Percorso) { 

	window.open(Percorso,"","height=300,width=900,toolbar=yes,scrollbars=yes,top=10,left=10,resizable,status=yes");

}