if(typeof HVG == "undefined") HVG={};
if(typeof HVG.URLMaci == "undefined") HVG.URLMaci={};
if(typeof HVG.URLMaci.Web == "undefined") HVG.URLMaci.Web={};
if(typeof HVG.URLMaci.Web.TMTUserControlCustom == "undefined") HVG.URLMaci.Web.TMTUserControlCustom={};
HVG.URLMaci.Web.TMTUserControlCustom_class = function() {};
Object.extend(HVG.URLMaci.Web.TMTUserControlCustom_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ajaxProcessSerializedForm: function(formString, userControlName, formName, action, differentUserControlToRender) {
		return this.invoke("ajaxProcessSerializedForm", {"formString":formString, "userControlName":userControlName, "formName":formName, "action":action, "differentUserControlToRender":differentUserControlToRender}, this.ajaxProcessSerializedForm.getArguments().slice(5));
	},
	ajaxLoadPage: function(page, queryString) {
		return this.invoke("ajaxLoadPage", {"page":page, "queryString":queryString}, this.ajaxLoadPage.getArguments().slice(2));
	},
	GetAllTags: function(value) {
		return this.invoke("GetAllTags", {"value":value}, this.GetAllTags.getArguments().slice(1));
	},
	ajaxGetTitleLanguage: function(url) {
		return this.invoke("ajaxGetTitleLanguage", {"url":url}, this.ajaxGetTitleLanguage.getArguments().slice(1));
	},
	url: '/ajaxpro/HVG.URLMaci.Web.TMTUserControlCustom,HVGURLMaci.ashx'
}));
HVG.URLMaci.Web.TMTUserControlCustom = new HVG.URLMaci.Web.TMTUserControlCustom_class();


