function neues_fenster (Adresse) {
  fenster = window.open(Adresse, "Travianet","scrollbars=yes,width=800,left=100,top=200");
  fenster.focus();
}
