function apri(file, width, height) {
				window.open(file,'zoomfoto','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=' + width + ',height=' + height);
}