if(typeof Combo == "undefined") Combo={};
Combo_class = function() {};
Object.extend(Combo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStatus: function(UploadId, LastUpdate) {
		return this.invoke("GetStatus", {"UploadId":UploadId, "LastUpdate":LastUpdate}, this.GetStatus.getArguments().slice(2));
	},
	SetUpRemoteProgress: function(UploadId, SenderAddress, AddressList) {
		return this.invoke("SetUpRemoteProgress", {"UploadId":UploadId, "SenderAddress":SenderAddress, "AddressList":AddressList}, this.SetUpRemoteProgress.getArguments().slice(3));
	},
	url: '/ajaxpro/ASP.upload_aspx,App_Web_plavngfj.ashx'
}));
Combo = new Combo_class();

