function fotoPopup(name, width, height) {
  open(name,'', 'menubar=no,resizable=yes,scrollbars=yes,toolbar=no,width=' +
	width + ',height=' + height + ',top=200,left=200');
}

