function openwindow (url) {
  fenster = window.open(url, "air", "width=980,height=660,status=yes,scrollbars=no,resizable=no");
  fenster.focus();
}