<!--
var wVC;

function makeVC() {
  if(!wVC || wVC.closed) wVC=window.open("/wait.html","VisiCard","width=520,height=300,scrollbars=yes,resizable=yes,menubar=no");
  wVC.focus();
}

// Pruduktbeschreibung WIR
var wPD;

function makePD() {
  if(!wPD || wPD.closed) wPD=window.open("/wait.html","ProductDesc","width=640,height=360,scrollbars=yes,resizable=yes,menubar=no");
  wPD.focus();
}

var wExt;

function focusExt() {
  if(!wExt || wExt.closed) wExt=window.open("/wait.html", "ext", "");
  wExt.focus();
}

// Bild Redaktion
var wRP;

function makeRP() {
  if(!wRP || wRP.closed) wRP=window.open("/wait.html","Bild","width=510,height=570,scrollbars=yes,resizable=yes,menubar=no");
  wRP.focus();
}
//-->
