You can format your links to open in a new browser window when you click on them. To do this, you'll add special code to your link:
<a href="/l/us/yahoo/geocities/ghtml/newpage.html" target="_blank">New Page</a>
Here's another example:
<a href="http://www.yahoo.com" target="_blank">Yahoo!</a>
Adding this "target=_blank" code to your links tells them to open in a new window when clicked.