if(typeof jszlc == "undefined") jszlc={};
if(typeof jszlc.LeftMenu == "undefined") jszlc.LeftMenu={};
jszlc.LeftMenu_class = function() {};
Object.extend(jszlc.LeftMenu_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInfoByBigId: function(bigid) {
		return this.invoke("GetInfoByBigId", {"bigid":bigid}, this.GetInfoByBigId.getArguments().slice(1));
	},
	Getzdzk: function() {
		return this.invoke("Getzdzk", {}, this.Getzdzk.getArguments().slice(0));
	},
	ShowSmallClass: function(bigid) {
		return this.invoke("ShowSmallClass", {"bigid":bigid}, this.ShowSmallClass.getArguments().slice(1));
	},
	url: '/ajaxpro/jszlc.LeftMenu,jszlc.ashx'
}));
jszlc.LeftMenu = new jszlc.LeftMenu_class();

