function ToggleChildCategories(parent_id)
{
	$("li[class*='child_" + parent_id + "_']").toggle();
}