if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.AjaxProReportAbuse == "undefined") SuperAds.AjaxProReportAbuse={};
SuperAds.AjaxProReportAbuse_class = function() {};
Object.extend(SuperAds.AjaxProReportAbuse_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReportMSG: function(AdID, ProblemTypes, WhatAction, MoveCategory, Comments) {
		return this.invoke("ReportMSG", {"AdID":AdID, "ProblemTypes":ProblemTypes, "WhatAction":WhatAction, "MoveCategory":MoveCategory, "Comments":Comments}, this.ReportMSG.getArguments().slice(5));
	},
	Populate_Problem_types: function() {
		return this.invoke("Populate_Problem_types", {}, this.Populate_Problem_types.getArguments().slice(0));
	},
	Populate_WhatAction: function() {
		return this.invoke("Populate_WhatAction", {}, this.Populate_WhatAction.getArguments().slice(0));
	},
	Populate_Category: function() {
		return this.invoke("Populate_Category", {}, this.Populate_Category.getArguments().slice(0));
	},
	url: '/ajaxpro/SuperAds.AjaxProReportAbuse,SuperAds.ashx'
}));
SuperAds.AjaxProReportAbuse = new SuperAds.AjaxProReportAbuse_class();

