Use this only where appropriate please (like to show a list of links, etc. etc.) if you did this with all your links, it could get v. v. annoying. LOL!
It's a very simple piece of code that does this:
<a href="javascript:void(_search=open('http://www.somesite.com/PAGE/YOU/WANT/TO/OPEN.htm','_search'))">
update: also, on the page you have opening in the sidebar… if you want links from that page to open in the main window, either add this inside the A tag:
target="_main"
or add this insdie the head tags:
<base target="_main">
Please note this works for PC IE only.