if(typeof JuLang == "undefined") JuLang={};
if(typeof JuLang.sc == "undefined") JuLang.sc={};
JuLang.sc.DownloadList_class = function() {};
Object.extend(JuLang.sc.DownloadList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowGrid: function(filter) {
		return this.invoke("ShowGrid", {"filter":filter}, this.ShowGrid.getArguments().slice(1));
	},
	url: '/ajaxpro/JuLang.sc.DownloadList,JuLang.ashx'
}));
JuLang.sc.DownloadList = new JuLang.sc.DownloadList_class();

