if(typeof controls_menuleft == "undefined") controls_menuleft={};
controls_menuleft_class = function() {};
Object.extend(controls_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/controls_menuleft,techland.ashx'
}));
controls_menuleft = new controls_menuleft_class();

