function register(){
    var winl = (screen.width - 450) / 2;
    var wint = (screen.height - 320) / 2;
    window.open('/sc_system3/register.asp?sub=sc',null,"width=450,height=320,top="+wint+",left="+winl);
}

