if(typeof Download_list == "undefined") Download_list={};
Download_list_class = function() {};
Object.extend(Download_list_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsLogin: function(path) {
		return this.invoke("IsLogin", {"path":path}, this.IsLogin.getArguments().slice(1));
	},
	url: '/ajaxpro/Download_list,App_Web_download_list.aspx.cdcab7d2.ashx'
}));
Download_list = new Download_list_class();


