if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.MasterPage == "undefined") MatchMyPet.MasterPage={};
if(typeof MatchMyPet.MasterPage.Controls == "undefined") MatchMyPet.MasterPage.Controls={};
if(typeof MatchMyPet.MasterPage.Controls.LeftMenu == "undefined") MatchMyPet.MasterPage.Controls.LeftMenu={};
MatchMyPet.MasterPage.Controls.LeftMenu_class = function() {};
Object.extend(MatchMyPet.MasterPage.Controls.LeftMenu_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetSectionExpandStatus: function(sectionKey, expanded) {
		return this.invoke("SetSectionExpandStatus", {"sectionKey":sectionKey, "expanded":expanded}, this.SetSectionExpandStatus.getArguments().slice(2));
	},
	url: '/ajaxpro/MatchMyPet.MasterPage.Controls.LeftMenu,MatchMyPet.ashx'
}));
MatchMyPet.MasterPage.Controls.LeftMenu = new MatchMyPet.MasterPage.Controls.LeftMenu_class();

