JavaScript problem

Hello all:

I have a link on a page that uses some Javascript, and I am trying to make the link launch a page in a new window. The Java makes it so that a form checkbox needs to be selected before proceeding. Right now it is launching a file on the site, but I cannot get a new link using a _blank target to work with the agreement button.

A HREF=“Javascript:if(form1.elements[‘Agreement’].checked){ navigate(‘Register.asp?<%= Server.HTMLEncode(MM_keepURL) %>’);}else {alert(‘You must agree that you have read this documentation before continuing’);}”>Click here to proceed to sign up forms.</a>

I need to replace Register.asp with a link a Beanstream payment form and make it launch in a new window so it is SSL Secure.

Thanks …