<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function popupPage() {
var page = "http://www.resaleproducts.com/coreyrudl/signup.htm";
windowprops = "height=600,width=800,location=no,"
+ "scrollbars=yes,menubars=no,toolbars=no,resizable=no";

window.open(page, "Popup", windowprops);
}
//  End -->