Вот как вы отображаете в новом окне:
<a class="menu" href="file://MyServer/MyFolder/MyFile.pdf" target="_blank">Click Me!</a>
Свойство target может открыть любую ссылку (не только html или pdf) в другом или том же окне. Читайте об этом здесь .
_blank Renders the content in a new window without frames.
_parent Renders the content in the immediate frameset parent.
_search Renders the content in the search pane.
_self Renders the content in the frame with focus.
_top Renders the content in the full window without frames.