function windowOpen(target, width, height) {
  window.open(target,'Foto','width=' + width + ',height=' + height + ',menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no');
}

