// cached javascript var Presentation_WebForms_Login = { ValidateLogin:function(UserName,Passwd,HomeUrl,Ip,callback,context){return new ajax_request(this.url + '?_method=ValidateLogin&_session=no','UserName=' + enc(UserName)+ '\r\nPasswd=' + enc(Passwd)+ '\r\nHomeUrl=' + enc(HomeUrl)+ '\r\nIp=' + enc(Ip),callback, context);}, ValidateLoginNew:function(UserName,Passwd,HomeUrl,Ip,SessionID,callback,context){return new ajax_request(this.url + '?_method=ValidateLoginNew&_session=no','UserName=' + enc(UserName)+ '\r\nPasswd=' + enc(Passwd)+ '\r\nHomeUrl=' + enc(HomeUrl)+ '\r\nIp=' + enc(Ip)+ '\r\nSessionID=' + enc(SessionID),callback, context);}, CreateSession:function(WebLoginId,Ip,callback,context){return new ajax_request(this.url + '?_method=CreateSession&_session=no','WebLoginId=' + enc(WebLoginId)+ '\r\nIp=' + enc(Ip),callback, context);}, UpdateIISSessionId:function(IISSessionId,IISSessionIdASP,strSessionId,callback,context){return new ajax_request(this.url + '?_method=UpdateIISSessionId&_session=no','IISSessionId=' + enc(IISSessionId)+ '\r\nIISSessionIdASP=' + enc(IISSessionIdASP)+ '\r\nstrSessionId=' + enc(strSessionId),callback, context);}, CreateADUserAccount:function(FirstName,LastName,ADUserName,Password,GroupNames,callback,context){return new ajax_request(this.url + '?_method=CreateADUserAccount&_session=no','FirstName=' + enc(FirstName)+ '\r\nLastName=' + enc(LastName)+ '\r\nADUserName=' + enc(ADUserName)+ '\r\nPassword=' + enc(Password)+ '\r\nGroupNames=' + enc(GroupNames),callback, context);}, CreateUser:function(strUser,Password,DisplayName,fName,lName,callback,context){return new ajax_request(this.url + '?_method=CreateUser&_session=no','strUser=' + enc(strUser)+ '\r\nPassword=' + enc(Password)+ '\r\nDisplayName=' + enc(DisplayName)+ '\r\nfName=' + enc(fName)+ '\r\nlName=' + enc(lName),callback, context);}, AddUserToGroup:function(strGroup,strUser,callback,context){return new ajax_request(this.url + '?_method=AddUserToGroup&_session=no','strGroup=' + enc(strGroup)+ '\r\nstrUser=' + enc(strUser),callback, context);}, ChangePassword:function(StrUserName,StrOldPassword,StrNewPassword,callback,context){return new ajax_request(this.url + '?_method=ChangePassword&_session=no','StrUserName=' + enc(StrUserName)+ '\r\nStrOldPassword=' + enc(StrOldPassword)+ '\r\nStrNewPassword=' + enc(StrNewPassword),callback, context);}, SendEmail:function(strFrom,strTo,strSubject,strMessage,callback,context){return new ajax_request(this.url + '?_method=SendEmail&_session=no','strFrom=' + enc(strFrom)+ '\r\nstrTo=' + enc(strTo)+ '\r\nstrSubject=' + enc(strSubject)+ '\r\nstrMessage=' + enc(strMessage),callback, context);}, UpdateBrowserDetected:function(strSessionId,GloNonIEBrowser,GloMobileBrowser,callback,context){return new ajax_request(this.url + '?_method=UpdateBrowserDetected&_session=no','strSessionId=' + enc(strSessionId)+ '\r\nGloNonIEBrowser=' + enc(GloNonIEBrowser)+ '\r\nGloMobileBrowser=' + enc(GloMobileBrowser),callback, context);}, SetSessionDataValue:function(sessionid,strName,strValue,callback,context){return new ajax_request(this.url + '?_method=SetSessionDataValue&_session=no','sessionid=' + enc(sessionid)+ '\r\nstrName=' + enc(strName)+ '\r\nstrValue=' + enc(strValue),callback, context);}, UpdateFHAHistory:function(HomeUrl,Type,callback,context){return new ajax_request(this.url + '?_method=UpdateFHAHistory&_session=no','HomeUrl=' + enc(HomeUrl)+ '\r\nType=' + enc(Type),callback, context);}, GetNextStep:function(SessionId,username,IP,callback,context){return new ajax_request(this.url + '?_method=GetNextStep&_session=no','SessionId=' + enc(SessionId)+ '\r\nusername=' + enc(username)+ '\r\nIP=' + enc(IP),callback, context);}, GetSignUpDetailstoProceed:function(WebloginId,callback,context){return new ajax_request(this.url + '?_method=GetSignUpDetailstoProceed&_session=no','WebloginId=' + enc(WebloginId),callback, context);}, GetDeviceFingerPrint:function(Email,DeviceId,callback,context){return new ajax_request(this.url + '?_method=GetDeviceFingerPrint&_session=no','Email=' + enc(Email)+ '\r\nDeviceId=' + enc(DeviceId),callback, context);}, SaveDeviceFingerPrint:function(Email,DeviceId,callback,context){return new ajax_request(this.url + '?_method=SaveDeviceFingerPrint&_session=no','Email=' + enc(Email)+ '\r\nDeviceId=' + enc(DeviceId),callback, context);}, CreateWebLoginforChat:function(GatherId,callback,context){return new ajax_request(this.url + '?_method=CreateWebLoginforChat&_session=no','GatherId=' + enc(GatherId),callback, context);}, ValidateFinicityLogin:function(strPackage,GloWebLoginId,callback,context){return new ajax_request(this.url + '?_method=ValidateFinicityLogin&_session=no','strPackage=' + enc(strPackage)+ '\r\nGloWebLoginId=' + enc(GloWebLoginId),callback, context);}, url:'/Login/csharpwrapper/Presentation_WebForms_Login,Login.ashx' } function HtmlControl(id) { var ele = null; if(typeof(id) == 'object') ele = id; else ele = document.getElementById(id); if(ele == null) return null; var _o = ele.cloneNode(true); var _op = document.createElement('SPAN'); _op.appendChild(_o); this._source = _op.innerHTML; } HtmlControl.prototype.toString = function(){ return this._source; } function HtmlControlUpdate(func, parentId) { var f,i,ff,fa=''; var ele = document.getElementById(parentId); if(ele == null) return; var args = []; for(i=0; i 2) for(i=2; i9999||year<1970||month<1||month>12||day<0||day>31||hours<0||hours>23||minutes<0||minutes>59||seconds<0||seconds>59)throw("ArgumentException");this.Year = year;this.Month = month;this.Day = day;this.Hours = hours;this.Minutes = minutes;this.Seconds = seconds;} DateTime.prototype.toString = function(){return digi(this.Year,4) + digi(this.Month,2) + digi(this.Day,2) + digi(this.Hours,2) + digi(this.Minutes,2) + digi(this.Seconds,2);} function AjaxImage(url){var img=new Image();img.src=url;return img;} function TimeSpan(){this.Days=0;this.Hours=0;this.Minutes=0;this.Seconds=0;this.Milliseconds=0;} TimeSpan.prototype.toString = function(){return this.Days+'.'+this.Hours+':'+this.Minutes+':'+this.Seconds+'.'+this.Milliseconds;} function _getTable(n,e){for(var i=0; i