Tabs linking to a new page?

Tabs linking to a new page?

I am using jQuery Tabs in my site. The page currently constructed has three tabs.
I want to add a fourth. The last tab opens to a new page. When I put the information in, the page opens positioned half way down the page vs being a full view page.  Ideas please? Here is an example of the code I am using:

<ul>
<li><a href="#tabs-1">Tab 1</a></li>
<li><a href="#tabs-2">Tab 2</a></li>
<li><a href="#tabs-3">Tab 3</a></li>
<li><a href="/mypage.html" target="_new">Tab 4 (opens to a new page)</a></li>
</ul>

Please help me as I am stuck and need this 4th tab on there so the site flows better. Thanks for the help!

Lynda