FormFactory_class = function() {};
Object.extend(FormFactory_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxMoreInfoForm: function(aid, did, name, email, comment, contactType) {
		return this.invoke("AjaxMoreInfoForm", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment, "contactType":contactType}, this.AjaxMoreInfoForm.getArguments().slice(6));
	},
	AjaxTipsForm: function(aid, did, name, email, comment) {
		return this.invoke("AjaxTipsForm", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment}, this.AjaxTipsForm.getArguments().slice(5));
	},
	AjaxRegisterNewsletterForm: function(aid, did, name, email, comment) {
		return this.invoke("AjaxRegisterNewsletterForm", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment}, this.AjaxRegisterNewsletterForm.getArguments().slice(5));
	},
	AjaxQuestionsForm: function(aid, did, name, email, comment) {
		return this.invoke("AjaxQuestionsForm", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment}, this.AjaxQuestionsForm.getArguments().slice(5));
	},
	AjaxSendMoreInfo: function(aid, did, name, email, comment, contactType) {
		return this.invoke("AjaxSendMoreInfo", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment, "contactType":contactType}, this.AjaxSendMoreInfo.getArguments().slice(6));
	},
	AjaxSendTips: function(aid, did, name, email, comment) {
		return this.invoke("AjaxSendTips", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment}, this.AjaxSendTips.getArguments().slice(5));
	},
	AjaxSendRegisterNewsletter: function(aid, did, name, email, comment, contactType) {
		return this.invoke("AjaxSendRegisterNewsletter", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment, "contactType":contactType}, this.AjaxSendRegisterNewsletter.getArguments().slice(6));
	},
	AjaxSendQuestions: function(aid, did, name, email, comment) {
		return this.invoke("AjaxSendQuestions", {"aid":aid, "did":did, "name":name, "email":email, "comment":comment}, this.AjaxSendQuestions.getArguments().slice(5));
	},
	url: '/ajaxpro/OXX.Internet.FormFactory,OXX.Internet.ashx'
}));
FormFactory = new FormFactory_class();

