function fenster(nr) {
  if (nr==1) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land01.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==2) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land02.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==3) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land03.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==4) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land04.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==5) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land05.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==6) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land06.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==7) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land07.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==8) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land08.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==9) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land09.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==10) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land10.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==11) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land11.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==12) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land12.html","L01","height=550,width=600,left=40,top=40");
  }
  if (nr==13) {
    win=window.open("http://www.dagmar-mueller.de/wdz/Zeit/Zeittafel/land13.html","L01","height=550,width=600,left=40,top=40");
  }
}