
<!-- // openPopupSeite"

var opn=0;
var WCard;
function GoTo(WSeite,x,y) {
  if(opn && WCard.closed == false) WCard.close();
  WCard = open(WSeite, 'Anzeigefenster', 'width='+x+', height='+y+', top=50, left=50, directories=0, location=0, menubar=0, resizable=1, scrollbars=1, status=0, toolbar=1');
  WCard.focus();
  opn=1;
}
function CheckWin() {
  if(opn && WCard.closed == false) WCard.close();
}

<!-- // openPopupSeite"

var winopn=0;
var Video;
function opWi(WSeite,x,y) {
  if(winopn && Video.closed == false) Video.close();
  Video = open(WSeite, 'Anzeigefenster', 'width='+x+', height='+y+', top=400, left=400, directories=0, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0');
  Video.focus();
  winopn=1;
}
function CheckWin() {
  if(winopn && Video.closed == false) Video.close();
}

// -->
