Type.registerNamespace('ERAI_New');
ERAI_New.WebMethods=function() {
ERAI_New.WebMethods.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ERAI_New.WebMethods.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ERAI_New.WebMethods._staticInstance.get_path();},
UserBoxUpdate:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UserBoxUpdate',true,{},succeededCallback,failedCallback,userContext); },
SignOut:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SignOut',true,{},succeededCallback,failedCallback,userContext); },
ShowHRPart:function(strPart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowHRPart',true,{strPart:strPart},succeededCallback,failedCallback,userContext); },
ShowEOSPart:function(strPart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowEOSPart',true,{strPart:strPart},succeededCallback,failedCallback,userContext); },
ShowDSPart:function(strPart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ShowDSPart',true,{strPart:strPart},succeededCallback,failedCallback,userContext); }}
ERAI_New.WebMethods.registerClass('ERAI_New.WebMethods',Sys.Net.WebServiceProxy);
ERAI_New.WebMethods._staticInstance = new ERAI_New.WebMethods();
ERAI_New.WebMethods.set_path = function(value) { ERAI_New.WebMethods._staticInstance.set_path(value); }
ERAI_New.WebMethods.get_path = function() { return ERAI_New.WebMethods._staticInstance.get_path(); }
ERAI_New.WebMethods.set_timeout = function(value) { ERAI_New.WebMethods._staticInstance.set_timeout(value); }
ERAI_New.WebMethods.get_timeout = function() { return ERAI_New.WebMethods._staticInstance.get_timeout(); }
ERAI_New.WebMethods.set_defaultUserContext = function(value) { ERAI_New.WebMethods._staticInstance.set_defaultUserContext(value); }
ERAI_New.WebMethods.get_defaultUserContext = function() { return ERAI_New.WebMethods._staticInstance.get_defaultUserContext(); }
ERAI_New.WebMethods.set_defaultSucceededCallback = function(value) { ERAI_New.WebMethods._staticInstance.set_defaultSucceededCallback(value); }
ERAI_New.WebMethods.get_defaultSucceededCallback = function() { return ERAI_New.WebMethods._staticInstance.get_defaultSucceededCallback(); }
ERAI_New.WebMethods.set_defaultFailedCallback = function(value) { ERAI_New.WebMethods._staticInstance.set_defaultFailedCallback(value); }
ERAI_New.WebMethods.get_defaultFailedCallback = function() { return ERAI_New.WebMethods._staticInstance.get_defaultFailedCallback(); }
ERAI_New.WebMethods.set_enableJsonp = function(value) { ERAI_New.WebMethods._staticInstance.set_enableJsonp(value); }
ERAI_New.WebMethods.get_enableJsonp = function() { return ERAI_New.WebMethods._staticInstance.get_enableJsonp(); }
ERAI_New.WebMethods.set_jsonpCallbackParameter = function(value) { ERAI_New.WebMethods._staticInstance.set_jsonpCallbackParameter(value); }
ERAI_New.WebMethods.get_jsonpCallbackParameter = function() { return ERAI_New.WebMethods._staticInstance.get_jsonpCallbackParameter(); }
ERAI_New.WebMethods.set_path("/WebMethods.asmx");
ERAI_New.WebMethods.UserBoxUpdate= function(onSuccess,onFailed,userContext) {ERAI_New.WebMethods._staticInstance.UserBoxUpdate(onSuccess,onFailed,userContext); }
ERAI_New.WebMethods.SignOut= function(onSuccess,onFailed,userContext) {ERAI_New.WebMethods._staticInstance.SignOut(onSuccess,onFailed,userContext); }
ERAI_New.WebMethods.ShowHRPart= function(strPart,onSuccess,onFailed,userContext) {ERAI_New.WebMethods._staticInstance.ShowHRPart(strPart,onSuccess,onFailed,userContext); }
ERAI_New.WebMethods.ShowEOSPart= function(strPart,onSuccess,onFailed,userContext) {ERAI_New.WebMethods._staticInstance.ShowEOSPart(strPart,onSuccess,onFailed,userContext); }
ERAI_New.WebMethods.ShowDSPart= function(strPart,onSuccess,onFailed,userContext) {ERAI_New.WebMethods._staticInstance.ShowDSPart(strPart,onSuccess,onFailed,userContext); }

