function NaviFenster() {
 Navigation = window.open("pops/map.html","Navigation","height=600,width=330,scrollbars=yes");
 Navigation.focus();
}

