function Zoom(foto) {    w = 400;	h = 400;	attributi = "left=" + (screen.width-w)/2 + ",top=" + (screen.height-h)/2 + ",width=" + w + ",height=" + h + ",resizable=0";	nw = window.open (foto, "Zoom", attributi);	nw.opener = self;}