function category_Child(x,status){
  var child = document.getElementById("child" + x);
  child.style.display = status;

  
}



