function showPicture (url, name, w, h) {
  showPicture = window.open(url, name, w, h, "scrollbars=no");
}