if(typeof NCEIF == "undefined") NCEIF={};
NCEIF.CmsSiteMapWebPart_class = function() {};
Object.extend(NCEIF.CmsSiteMapWebPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InitSelectCategoryDropdownList: function(Language) {
		return this.invoke("InitSelectCategoryDropdownList", {"Language":Language}, this.InitSelectCategoryDropdownList.getArguments().slice(1));
	},
	url: '/ajaxpro/NCEIF.CmsSiteMapWebPart,CmsNceifWebPart.ashx'
}));
NCEIF.CmsSiteMapWebPart = new NCEIF.CmsSiteMapWebPart_class();


