CtlSimpleReviewEditForm_class = function() {};
Object.extend(CtlSimpleReviewEditForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSimpleReviewEditor: function(strPostID, intWidth, intHeight, strTargetID) {
		return this.invoke("getSimpleReviewEditor", {"strPostID":strPostID, "intWidth":intWidth, "intHeight":intHeight, "strTargetID":strTargetID}, this.getSimpleReviewEditor.getArguments().slice(4));
	},
	url: '/ajaxpro/CtlSimpleReviewEditForm,App_Web_simplerevieweditform.ascx.4a6f6bf6.ashx'
}));
CtlSimpleReviewEditForm = new CtlSimpleReviewEditForm_class();

