function ApriFinestraNews(URL) {
//	finestra=window.open('', 'finestranews', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');
	finestra=window.open('', 'finestranews', 'resizable=yes,scrollbars=auto,status=no,top=20,left=20,width=620,height=460');
	finestra.focus();
}
function ApriFinestraAutolettura() {
//	finestra=window.open('', 'finestranews', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');
	finestra=window.open('', 'finestraautolettura', 'resizable=yes,scrollbars=yes,status=no,top=20,left=20,width=620,height=460');
	finestra.focus();
}

