notes for Open external links in new window in silverstripe:
change page type to redirector then find the navigation template.ss replace this <a href="$Link" > $MenuTitle.XML </a> with this <a href="$Link" <% if RedirectionType = External %>target="_blank"<% end_if %> > $MenuTitle.XML </a>