var Userlogin = { CheckLogin:function(_s_Username,_s_Password,_s_Width,_s_Height,callback,context){return new ajax_request(this.url + '?_method=CheckLogin&_session=rw','_s_Username=' + enc(_s_Username)+ '\r\n_s_Password=' + enc(_s_Password)+ '\r\n_s_Width=' + enc(_s_Width)+ '\r\n_s_Height=' + enc(_s_Height),callback, context);}, sendCheckCode:function(userName,mt,callback,context){return new ajax_request(this.url + '?_method=sendCheckCode&_session=rw','userName=' + enc(userName)+ '\r\nmt=' + enc(mt),callback, context);}, sendCheckCodeForReg:function(mt,callback,context){return new ajax_request(this.url + '?_method=sendCheckCodeForReg&_session=rw','mt=' + enc(mt),callback, context);}, validCheckCode:function(userName,mt,code,CheckType,callback,context){return new ajax_request(this.url + '?_method=validCheckCode&_session=rw','userName=' + enc(userName)+ '\r\nmt=' + enc(mt)+ '\r\ncode=' + enc(code)+ '\r\nCheckType=' + enc(CheckType),callback, context);}, ChangePassword:function(userName,mt,callback,context){return new ajax_request(this.url + '?_method=ChangePassword&_session=rw','userName=' + enc(userName)+ '\r\nmt=' + enc(mt),callback, context);}, CheckUser:function(userName,callback,context){return new ajax_request(this.url + '?_method=CheckUser&_session=rw','userName=' + enc(userName),callback, context);}, CheckPhone:function(MT,callback,context){return new ajax_request(this.url + '?_method=CheckPhone&_session=rw','MT=' + enc(MT),callback, context);}, RegUser:function(Password,mt,callback,context){return new ajax_request(this.url + '?_method=RegUser&_session=rw','Password=' + enc(Password)+ '\r\nmt=' + enc(mt),callback, context);}, url:'/ajax/Userlogin,App_Web_kyvjzsv5.ashx' }