
var TabTab3 = null;

function Fenster3(Nr) {
  TabTab3 = window.open("Filiale"+Nr+".html","Filiale1","width=860,height=675,screenX=0,screenY=0,resizable=no,scrollbars=no");
  TabTab3.focus();
}
