if(typeof MapShake == "undefined") MapShake={};
if(typeof MapShake.Web == "undefined") MapShake.Web={};
if(typeof MapShake.Web.Ajax == "undefined") MapShake.Web.Ajax={};
MapShake.Web.Ajax.Folder_class = function() {};
Object.extend(MapShake.Web.Ajax.Folder_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ExpandCollapse: function(folderId) {
		return this.invoke("ExpandCollapse", {"folderId":folderId}, this.ExpandCollapse.getArguments().slice(1));
	},
	url: '/ajaxpro/MapShake.Web.Ajax.Folder,MapShake.Facades.ashx'
}));
MapShake.Web.Ajax.Folder = new MapShake.Web.Ajax.Folder_class();


