// +++++++++++++++++++++++++++++++++++++++++++++++//
/*                    PopUp-Fenster                */
// +++++++++++++++++++++++++++++++++++++++++++++++//
function Fenster(datei, fenstername, width, height)
{
fenster1=window.open(datei, fenstername ,'width='+width+', height='+height+', menubar=no, scrollbars=yes, resizeable=no, toolbar=no, statusbar=no,');
}
