/*function show_vcode()
{
    $('imgVcode').src='../tools/checkcode.aspx?t='+new Date().getTime();
}*/


function showRegister(c)
{
    $('btnClientRegister').style.display=c.checked?'block':'none';
}

function btnRegister_Click()
{  
   
    if(txtUserName_check() && txtPassword_check() && txtRepeatPass_check() && txtEmail_check() && txtProvince_check() && txtCity_check())
    {
        $('btnRegister').click();
    }
}

function btnRegisterCom_Click()
{
     if(txtUserName_check() && txtPassword_check() && txtRepeatPass_check() && txtProvince_check() && txtCity_check() && txtNickName_check() && txtCompanyName_check() && txtPhone_check() && txtZip_check() && txtEmail_check())
    {
        $('btnRegister').click();
    }
}

/*show_vcode();
$('txtEmail').focus();*/