if(typeof SNET == "undefined") SNET={};
if(typeof SNET.Network == "undefined") SNET.Network={};
if(typeof SNET.Network.UserControls == "undefined") SNET.Network.UserControls={};
if(typeof SNET.Network.UserControls.SNETForumControls == "undefined") SNET.Network.UserControls.SNETForumControls={};
SNET.Network.UserControls.SNETForumControls.Topic_class = function() {};
Object.extend(SNET.Network.UserControls.SNETForumControls.Topic_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetTopicLock: function(strIds, strDomain, SecondDomain) {
		return this.invoke("SetTopicLock", {"strIds":strIds, "strDomain":strDomain, "SecondDomain":SecondDomain}, this.SetTopicLock.getArguments().slice(3));
	},
	SetTopicMove: function(intTopicId, intCategoryId, CategoryName, strDomain, SecondDomain) {
		return this.invoke("SetTopicMove", {"intTopicId":intTopicId, "intCategoryId":intCategoryId, "CategoryName":CategoryName, "strDomain":strDomain, "SecondDomain":SecondDomain}, this.SetTopicMove.getArguments().slice(5));
	},
	bindCategoryDropDownList: function(intNetworkId) {
		return this.invoke("bindCategoryDropDownList", {"intNetworkId":intNetworkId}, this.bindCategoryDropDownList.getArguments().slice(1));
	},
	url: '/ajaxpro/SNET.Network.UserControls.SNETForumControls.Topic,NetWork.ashx'
}));
SNET.Network.UserControls.SNETForumControls.Topic = new SNET.Network.UserControls.SNETForumControls.Topic_class();

