function PrintWindow(Page) {

DocBeschreibung = "test"

if ((win != null) && (!(win.closed)))
 {
 win.focus();
 } else {
 win =  window.open(Page,DocBeschreibung,'resizable=1,location=0,directories=0,status=0,menubar=no,scrollbars=1,toolbar=0,width=380,height=480');
 win.opener = self;
 }
}

gesetzt=false;
win = null;

