<!--

function showPicture(seite, w, h){
  window.open(seite, "Picture"+Math.round(Math.random()* 1000000), "toolbar=no,location=no,personalbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + w + ", height=" + h);
}

//--> 