On line #350 of the template, there is the following thing:
<a href="<!--#echo var='relurl'-->">
It is the actual link that opens files. Change it to look like:
<a href="<!--#echo var='relurl'-->" target="_blank">
Then save the template and rebuild your menu.
onclick="return itGo('<!--#echo var='relurl' -->');"
Try to remove this, save and rebuild.