MagazinePhoto_class = function() {};
Object.extend(MagazinePhoto_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInfo: function(id, idList, isSingle) {
		return this.invoke("GetInfo", {"id":id, "idList":idList, "isSingle":isSingle}, this.GetInfo.getArguments().slice(3));
	},
	url: '/ajaxpro/MagazinePhoto,Topevery.CMS.Web.ashx'
}));
MagazinePhoto = new MagazinePhoto_class();


