function openPopup(src)
{
  param = 'width=720,height=579,innerHeight=579,innerWidth=720,status=no,menubar=no,locationbar=no,toolbar=no';
  window.open(src,'rechnung',param);
}
