function ReloadTopFrame(arg)
{
  var TopFrame = top.frames[0];
  var TopFrameURL = TopFrame.location.href;
  TopFrameURL.replace(/\?.*$/,"?"+arg);
  TopFrame.location.href=TopFrameURL;
}

var wShop;

function MakeShop()
{
 if(!wShop || wShop.closed) 
   wShop=window.open("/wait.html","Shop2000","width=800,height=600,scrollbars=yes,resizable=yes,menubar=no,status=yes");
 wShop.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();
}

function checkFrameset()
{
  if(window == top ){ 
    window.open('http://www.wir-im-weserbergland.de/index2.php?'+location.href, '_self');
  }
}

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();
}

checkFrameset();
