function checkCall() {
  if(window.location.hash.indexOf("konfigurator")!=-1) {
    var neww = window.open('/lotus_konfigurator_cms.phtml', 'lotus_konfigurator', 'toolbars=0,scrollbars=1,location=0,statusbars=0,menubars=1,resizable=0,width=790,height=510'); 
    if(neww){neww.focus()}; 
    return false;
  }
}

