<!--
var neu = null;     
function Depot() {
neu = window.open('', '', 'left=10,top=2,height=600,width=1000,menubar=yes,scrollbars=yes,toolbar=yes,status=yes');
              if (neu != null) {
              if (neu.opener == null) {
              neu.opener = self;
              }
             neu.location.href = 'depotliste/Seite.htm';
      }
}
//-->
