﻿function openSignUp() {
    window.open(
    "/signup.aspx",
    "SignUp", 
    "menubar=0,resizable=0,status=0,scrollbars=0,location=0,width=550,height=350");
}