function createjsDOMenu() {
  absoluteMenu1 = new jsDOMenu(180, "absolute", "", true);
  with (absoluteMenu1) {
    addMenuItem(new menuItem("Allamuchy Township", "", "allamuchy.html"));
    addMenuItem(new menuItem("Alpha Borough", "", "alpha.html"));
    addMenuItem(new menuItem("Town of Belvidere", "", "belvidere.html"));
    addMenuItem(new menuItem("Blairstown Township", "", "blairstown.html"));
    addMenuItem(new menuItem("Franklin Township", "", "franklin.html"));
    addMenuItem(new menuItem("Frelinghuysen Township", "", "frelinghuysen.html"));
    addMenuItem(new menuItem("Greenwich Township", "", "greenwich.html"));
    addMenuItem(new menuItem("Hackettstown", "", "hackettstown.html"));
    addMenuItem(new menuItem("Hardwick Township", "", "hardwick.html"));
    addMenuItem(new menuItem("Harmony Township", "", "harmony.html"));
    addMenuItem(new menuItem("Hope Township", "", "hope.html"));
    addMenuItem(new menuItem("Independence Township", "", "independence.html"));
    addMenuItem(new menuItem("Knowlton Township", "", "knowlton.html"));
    addMenuItem(new menuItem("Liberty Township", "", "liberty.html"));
    addMenuItem(new menuItem("Lopatcong Township", "", "lopatcong.html"));
    addMenuItem(new menuItem("Mansfield Township", "", "mansfield.html"));
    addMenuItem(new menuItem("Oxford Township", "", "oxford.html"));
    addMenuItem(new menuItem("Town of Phillipsburg", "", "phillipsburg.html"));
    addMenuItem(new menuItem("Pohatcong Township", "", "pohatcong.html"));
    addMenuItem(new menuItem("Washington Borough", "", "washingtonboro.html"));
    addMenuItem(new menuItem("Washington Township", "", "washingtontwp.html"));
    addMenuItem(new menuItem("White Township", "", "white.html"));
    moveTo(25, 180);
    show();
  }

}