I was looking for an ease way to add links in the navigation menu that open in a new window, and found this old discussion:
in the discussion one suggestion was to change the navigation menu template and add substitution field, but I found an easier solution - rewrite the target URL as:
javascript:window.open('https://google.com','_blank');
Can you think of other solutions not including JS?