if(typeof NCEIF == "undefined") NCEIF={};
NCEIF.CmsNewsV2MenuWebPart_class = function() {};
Object.extend(NCEIF.CmsNewsV2MenuWebPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InitSelectCategoryDropdownList: function(Language, SelectedCategoryId) {
		return this.invoke("InitSelectCategoryDropdownList", {"Language":Language, "SelectedCategoryId":SelectedCategoryId}, this.InitSelectCategoryDropdownList.getArguments().slice(2));
	},
	GetCurrentDateTimeText: function() {
		return this.invoke("GetCurrentDateTimeText", {}, this.GetCurrentDateTimeText.getArguments().slice(0));
	},
	GetSearchUrl: function(Language, Keyword, CatID) {
		return this.invoke("GetSearchUrl", {"Language":Language, "Keyword":Keyword, "CatID":CatID}, this.GetSearchUrl.getArguments().slice(3));
	},
	url: '/ajaxpro/NCEIF.CmsNewsV2MenuWebPart,CmsNceifWebPart.ashx'
}));
NCEIF.CmsNewsV2MenuWebPart = new NCEIF.CmsNewsV2MenuWebPart_class();


