function bildpopup(url) {
  window.open(url,'', 'status=no,left=20,top=20,screenX=20,screenY=20,resizable=yes,width=600,height=400,menubar=no,location=no,outerWidth=600,outerHeight=400,scrollbars=yes');
}