﻿function FensterOeffnenKarte (Adresse) {
Fenster = window.open(Adresse, "Anfahrtsskizze", "width=545,height=705,left=100,top=0,toolbar=no,location=no,menubar=no,resizable=no,hotkeys=no");
Fenster.focus();
}
