if(typeof SuperAds == "undefined") SuperAds={};
if(typeof SuperAds.UploadService_class == "undefined") SuperAds.UploadService_class={};
SuperAds.UploadService_class = function() {};
Object.extend(SuperAds.UploadService_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsUploadReady: function(_id) {
		return this.invoke("IsUploadReady", {"_id":_id}, this.IsUploadReady.getArguments().slice(1));
	},
	GetCurrentSize: function(_id) {
		return this.invoke("GetCurrentSize", {"_id":_id}, this.GetCurrentSize.getArguments().slice(1));
	},
	UploadCompleted: function(_id) {
		return this.invoke("UploadCompleted", {"_id":_id}, this.UploadCompleted.getArguments().slice(1));
	},
	GetUploadTempThumbnail: function(_photoId, is_temp) {
		return this.invoke("GetUploadTempThumbnail", {"_photoId":_photoId, "is_temp":is_temp}, this.GetUploadTempThumbnail.getArguments().slice(2));
	},
	url: '/ajaxpro/SuperAds.UploadService,SuperAds.ashx'
}));
SuperAds.UploadService = new SuperAds.UploadService_class();


