       function K_o(URL, Fenster_Name) {
               // Fenster mit dem Kalender oeffnen
               var K_Fenster = window.open(URL, Fenster_Name, "width=170,height=214,scrollbars=no,resizable=no,toolbar=no,directories=no,menubar=no,location=no,status=no");
       }
