var Login = { GetPublicKey:function(callback,context){return new ajax_request(this.url + '?SessionID=' + fnGetSessionID() + '&_method=GetPublicKey&_session=rw','',callback, context);}, DataLoad:function(callback,context){return new ajax_request(this.url + '?SessionID=' + fnGetSessionID() + '&_method=DataLoad&_session=rw','',callback, context);}, GetDbParameter:function(strSystem,strBranch,strBankID,callback,context){return new ajax_request(this.url + '?data=strSystem=' + enc(strSystem) + '|strBranch=' + enc(strBranch) + '|strBankID=' + enc(strBankID) + '&SessionID=' + fnGetSessionID() + '&_method=GetDbParameter&_session=rw','strSystem=' + enc(strSystem)+ '\r\nstrBranch=' + enc(strBranch)+ '\r\nstrBankID=' + enc(strBankID),callback, context);}, authenticate:function(userName,password,callback,context){return new ajax_request(this.url + '?data=userName=' + enc(userName) + '|password=' + enc(password) + '&SessionID=' + fnGetSessionID() + '&_method=authenticate&_session=rw','userName=' + enc(userName)+ '\r\npassword=' + enc(password),callback, context);}, url:'/UI/ajax/Login,App_Web_login.ashx' } rtmForm = Login;