added target blank on external page.
diff --git a/includes/nav.php b/includes/nav.php
index 8cd4a7f..986bda6 100644
--- a/includes/nav.php
+++ b/includes/nav.php
@@ -1,9 +1,9 @@
<div id="nav">
<ul>
- <li><a class="textshadow" href="/downloads/index-developer.php">Milestone Downloads</a></li>
+ <li><a class="textshadow" href="/downloads/index-developer.php" target="_blank">Milestone Downloads</a></li>
<li><a class="textshadow<?php ($current_file == 'projects.php') ? print ' active' : false; ?>" href="/juno/projects.php">Projects</a></li>
- <li><a class="textshadow" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012">DemoCamps</a></li>
+ <li><a class="textshadow" href="http://wiki.eclipse.org/Eclipse_DemoCamps_Juno_2012" target="_blank">DemoCamps</a></li>
<li class="last"><a class="textshadow<?php ($current_file == 'friends.php') ? print ' active' : false; ?>" href="/juno/friends.php">Friends of Juno</a></li>
</ul>
</div>
\ No newline at end of file