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);}, validCheckCode:function(userName,mt,code,callback,context){return new ajax_request(this.url + '?_method=validCheckCode&_session=rw','userName=' + enc(userName)+ '\r\nmt=' + enc(mt)+ '\r\ncode=' + enc(code),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);}, url:'/ajax/Userlogin,App_Web_wtucxh0r.ashx' }