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