﻿function NaviFenster () {
  Navigation = window.open("Newhin.html", "Navigation", "height=350,width=440");
  Navigation.focus();
  }