if(typeof Ch == "undefined") Ch={};
if(typeof Ch.Deimos == "undefined") Ch.Deimos={};
if(typeof Ch.Deimos.Webcms == "undefined") Ch.Deimos.Webcms={};
if(typeof Ch.Deimos.Webcms.Model == "undefined") Ch.Deimos.Webcms.Model={};
Ch.Deimos.Webcms.Model.MediaEntry_class = function() {};
Object.extend(Ch.Deimos.Webcms.Model.MediaEntry_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetImage: function(mediaId, whichStep, langId, websiteId) {
		return this.invoke("GetImage", {"mediaId":mediaId, "whichStep":whichStep, "langId":langId, "websiteId":websiteId}, this.GetImage.getArguments().slice(4));
	},
	url: '/ajaxpro/Ch.Deimos.Webcms.Model.MediaEntry,Ch.Deimos.Webcms.ashx'
}));
Ch.Deimos.Webcms.Model.MediaEntry = new Ch.Deimos.Webcms.Model.MediaEntry_class();


