if(typeof dow_lis == "undefined") dow_lis={};
dow_lis_class = function() {};
Object.extend(dow_lis_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDow: function(Page, cdDownloadCategoria, Size) {
		return this.invoke("GetDow", {"Page":Page, "cdDownloadCategoria":cdDownloadCategoria, "Size":Size}, this.GetDow.getArguments().slice(3));
	},
	GetDownloadPath: function() {
		return this.invoke("GetDownloadPath", {}, this.GetDownloadPath.getArguments().slice(0));
	},
	url: '/ajaxpro/dow_lis,App_Web_sn_bov4y.ashx'
}));
dow_lis = new dow_lis_class();

