Type.registerNamespace('Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER');
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService=function() {
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_path();},
ContactForm:function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactForm',false,{subjectTarget:subjectTarget,subject:subject,firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,company:company,message:message,acceptTerms:acceptTerms,officeId:officeId},succeededCallback,failedCallback,userContext); },
ContactFormSafety:function(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,acceptTerms,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactFormSafety',false,{firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,acceptTerms:acceptTerms},succeededCallback,failedCallback,userContext); },
ContactFormNL:function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,email,mobilePhone,company,message,acceptTerms,aanhef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactFormNL',false,{subjectTarget:subjectTarget,subject:subject,firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,email:email,mobilePhone:mobilePhone,company:company,message:message,acceptTerms:acceptTerms,aanhef:aanhef},succeededCallback,failedCallback,userContext); },
ContactFormNO:function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactFormNO',false,{subjectTarget:subjectTarget,subject:subject,firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,company:company,message:message,acceptTerms:acceptTerms,officeId:officeId},succeededCallback,failedCallback,userContext); },
ContactFormDE:function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactFormDE',false,{subjectTarget:subjectTarget,subject:subject,firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,company:company,message:message},succeededCallback,failedCallback,userContext); },
ContactFormDK:function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ContactFormDK',false,{subjectTarget:subjectTarget,subject:subject,firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,company:company,message:message},succeededCallback,failedCallback,userContext); },
EducationForm:function(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EducationForm',false,{subject:subject,company:company,contactPerson:contactPerson,numPeople:numPeople,participantNames:participantNames,AdressStreet:AdressStreet,AdressZip:AdressZip,AdressCity:AdressCity,InvoiceStreet:InvoiceStreet,InvoiceZip:InvoiceZip,InvoiceCity:InvoiceCity,OrganisationNumber:OrganisationNumber,phone:phone,mobilephone:mobilephone,email:email,message:message,pageId:pageId},succeededCallback,failedCallback,userContext); },
EducationFormNL:function(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,aanhef,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EducationFormNL',false,{subject:subject,company:company,contactPerson:contactPerson,numPeople:numPeople,participantNames:participantNames,AdressStreet:AdressStreet,AdressZip:AdressZip,AdressCity:AdressCity,InvoiceStreet:InvoiceStreet,InvoiceZip:InvoiceZip,InvoiceCity:InvoiceCity,OrganisationNumber:OrganisationNumber,phone:phone,mobilephone:mobilephone,email:email,message:message,pageId:pageId,aanhef:aanhef},succeededCallback,failedCallback,userContext); },
GetingForm:function(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,ensuransCompany,ensuransNumber,message,wayDescription,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetingForm',false,{firstName:firstName,sureName:sureName,street:street,zip:zip,city:city,phoneDayTime:phoneDayTime,phoneEvening:phoneEvening,email:email,mobilePhone:mobilePhone,ensuransCompany:ensuransCompany,ensuransNumber:ensuransNumber,message:message,wayDescription:wayDescription},succeededCallback,failedCallback,userContext); }}
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.registerClass('Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService',Sys.Net.WebServiceProxy);
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance = new Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService();
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_path = function(value) { Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.set_path(value); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.get_path = function() { return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_path(); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_timeout = function(value) { Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.set_timeout(value); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.get_timeout = function() { return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_timeout(); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_defaultUserContext = function(value) { Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.set_defaultUserContext(value); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.get_defaultUserContext = function() { return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_defaultUserContext(); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_defaultSucceededCallback = function(value) { Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.set_defaultSucceededCallback(value); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.get_defaultSucceededCallback = function() { return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_defaultSucceededCallback(); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_defaultFailedCallback = function(value) { Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.set_defaultFailedCallback(value); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.get_defaultFailedCallback = function() { return Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.get_defaultFailedCallback(); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.set_path("/Services/JUPITER/AjaxScriptService.asmx");
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactForm= function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactForm(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactFormSafety= function(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,acceptTerms,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactFormSafety(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,acceptTerms,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactFormNL= function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,email,mobilePhone,company,message,acceptTerms,aanhef,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactFormNL(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,email,mobilePhone,company,message,acceptTerms,aanhef,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactFormNO= function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactFormNO(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,acceptTerms,officeId,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactFormDE= function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactFormDE(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.ContactFormDK= function(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.ContactFormDK(subjectTarget,subject,firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,company,message,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.EducationForm= function(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.EducationForm(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.EducationFormNL= function(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,aanhef,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.EducationFormNL(subject,company,contactPerson,numPeople,participantNames,AdressStreet,AdressZip,AdressCity,InvoiceStreet,InvoiceZip,InvoiceCity,OrganisationNumber,phone,mobilephone,email,message,pageId,aanhef,onSuccess,onFailed,userContext); }
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService.GetingForm= function(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,ensuransCompany,ensuransNumber,message,wayDescription,onSuccess,onFailed,userContext) {Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.AjaxScriptService._staticInstance.GetingForm(firstName,sureName,street,zip,city,phoneDayTime,phoneEvening,email,mobilePhone,ensuransCompany,ensuransNumber,message,wayDescription,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.ContactFormResponse) === 'undefined') {
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.ContactFormResponse=gtc("Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.ContactFormResponse");
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.ContactFormResponse.registerClass('Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.ContactFormResponse');
}
if (typeof(Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.EducationFormResponse) === 'undefined') {
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.EducationFormResponse=gtc("Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.EducationFormResponse");
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.EducationFormResponse.registerClass('Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.EducationFormResponse');
}
if (typeof(Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.GetingFormResponse) === 'undefined') {
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.GetingFormResponse=gtc("Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.GetingFormResponse");
Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.GetingFormResponse.registerClass('Anticimex.Jupiter.PublicWeb.CMS.Services.JUPITER.GetingFormResponse');
}

