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