function showImage(url) {
  w = window.open(url, "Normalansicht", "dependent=yes,width=800,height=600,location=no,menubar=no,resizable=yes,status=no,toolbar=no");
  w.focus();
}
