function ApriFinestraNews() {//	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=10,width=780,height=580');	finestra.focus();}function ApriFoto(imgURL) {//	finestra=window.open('', 'finestrafoto', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');	finestra=window.open('visualizza_foto.php?'+imgURL,'finestrafoto','resizable=yes,scrollbars=no,status=no,top=20,left=20,width=300,height=300');	finestra.focus();}function ApriFotoNEW(imgURL,prePathToRoot) {//	finestra=window.open('', 'finestrafoto', 'scrollbars=yes,status=no,top=10,left='+(screen.width-630)+',width=620,height=500');	finestra=window.open(prePathToRoot+'visualizza_foto.php?'+imgURL,'finestrafoto','resizable=yes,scrollbars=no,status=no,top=20,left=20,width=300,height=300');	finestra.focus();}