<!--
var neu = null;     
function Depot() {
neu = window.open('', '', 'left=10,top=2,height=650,width=900,scrollbars=no,toolbar=yes,status=yes');
              if (neu != null) {
              if (neu.opener == null) {
              neu.opener = self;
              }
             neu.location.href = '../angebote/karten/index2.htm';
      }
}
//-->
