function showPic(url,width,height){
  window.open("bilder/"+url,"_blank","scrollbars=no,width="+width+",height="+height);
}