function popUp(popUrl,popWidth,popHeight){
  var winpops=window.open(popUrl,"Peba_Englisch","width="+popWidth+",height="+popHeight+",resizable")
}
