function openwin(Datei)
{
 window.open(Datei, "tabellen", "width=800, height=500, dependent=yes, location=no, menubar=no, resizable=no, scrollbars=yes, status=no");
}
