﻿function ShowChildNov(num1,num2){
if (num2==1){
	document.getElementById("child_nov_"+ num1).style.display = "block";
}
else{
	document.getElementById("child_nov_"+ num1).style.display = "none";
}
//alert("111");
}
