if(typeof Entegris == "undefined") Entegris={};
if(typeof Entegris.API == "undefined") Entegris.API={};
if(typeof Entegris.API.TechSupport == "undefined") Entegris.API.TechSupport={};
Entegris.API.TechSupport_class = function() {};
Object.extend(Entegris.API.TechSupport_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCommentTypes: function() {
		return this.invoke("GetCommentTypes", {}, this.GetCommentTypes.getArguments().slice(0));
	},
	GetTechnicalSupportCommentTypes: function() {
		return this.invoke("GetTechnicalSupportCommentTypes", {}, this.GetTechnicalSupportCommentTypes.getArguments().slice(0));
	},
	SendTechSupportContactUsEmail: function(content) {
		return this.invoke("SendTechSupportContactUsEmail", {"content":content}, this.SendTechSupportContactUsEmail.getArguments().slice(1));
	},
	GetTechSupportContentInstance: function() {
		return this.invoke("GetTechSupportContentInstance", {}, this.GetTechSupportContentInstance.getArguments().slice(0));
	},
	GetContactUsType: function() {
		return this.invoke("GetContactUsType", {}, this.GetContactUsType.getArguments().slice(0));
	},
	url: '/ajaxpro/Entegris.API.TechSupport,EntegrisSite_deploy.ashx'
}));
Entegris.API.TechSupport = new Entegris.API.TechSupport_class();

