if(typeof NCEIF == "undefined") NCEIF={};
NCEIF.CmsHtmlWebPart_class = function() {};
Object.extend(NCEIF.CmsHtmlWebPart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerSideDownloadAttachFile: function(Language, AttachFileID) {
		return this.invoke("ServerSideDownloadAttachFile", {"Language":Language, "AttachFileID":AttachFileID}, this.ServerSideDownloadAttachFile.getArguments().slice(2));
	},
	url: '/ajaxpro/NCEIF.CmsHtmlWebPart,CmsNceifWebPart.ashx'
}));
NCEIF.CmsHtmlWebPart = new NCEIF.CmsHtmlWebPart_class();


