if(typeof controls_menuleft_sounds == "undefined") controls_menuleft_sounds={};
controls_menuleft_sounds_class = function() {};
Object.extend(controls_menuleft_sounds_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_sounds,multimedia.ashx'
}));
controls_menuleft_sounds = new controls_menuleft_sounds_class();


