function OpenHandle(lang) {
window.open('/Register/' + lang + '/handle.html','',
            'width=600,height=700,status=no,titlebar=no,tollbar=no,scrollbars=yes');
}
