function fotogrande(str, larghezza, altezza) {
	searchWin = window.open(str, 'Foto', 'resizable=yes,width='+larghezza+',height='+altezza+',status=no,location=no,toolbar=no,scrollbars=yes');
	searchWin.focus();
}