function popup(URL1)
{
Fenster=window.open(URL1,"a","locationbar=no,menubar=no,resizable=yes,scrollbars=yes");
}

