function foto(qualefile, nome, larg, altez) {
	finestra=window.open(qualefile, nome, "scrollbars, width=" + larg + ",height=" + altez);

}