if(typeof menuleft == "undefined") menuleft={};
menuleft_class = function() {};
Object.extend(menuleft_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetChild: function(ParentID, type) {
		return this.invoke("GetChild", {"ParentID":ParentID, "type":type}, this.GetChild.getArguments().slice(2));
	},
	url: '/ajaxpro/menuleft,frontend.ashx'
}));
menuleft = new menuleft_class();

