if(typeof Burlington == "undefined") Burlington={};
if(typeof Burlington.controls == "undefined") Burlington.controls={};
Burlington.controls.AddGallery_class = function() {};
Object.extend(Burlington.controls.AddGallery_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddNewGallery: function(galleryName, AccessType, ProfileId, objectType, objectId) {
		return this.invoke("AddNewGallery", {"galleryName":galleryName, "AccessType":AccessType, "ProfileId":ProfileId, "objectType":objectType, "objectId":objectId}, this.AddNewGallery.getArguments().slice(5));
	},
	url: '/ajaxpro/Burlington.controls.AddGallery,Burlington.ashx'
}));
Burlington.controls.AddGallery = new Burlington.controls.AddGallery_class();


