function onChange(i){
childSort=document.all("child" + i);
//theTd=document.all("td" + i);
	if(childSort.style.display=="none"){
//		theTd.bgcolor="#ffffff";
		childSort.style.display="";}
	else{
//		theTd.bgcolor="#000000";
		childSort.style.display="none";}
}


function fonChange(i){
fchildSort=document.all("fchild" + i);
//theTd=document.all("td" + i);
	if(fchildSort.style.display=="none"){
//		theTd.bgcolor="#ffffff";
		fchildSort.style.display="";}
	else{
//		theTd.bgcolor="#000000";
		fchildSort.style.display="none";}
}

function bonChange(i){
bchildSort=document.all("bchild" + i);
//theTd=document.all("td" + i);
	if(bchildSort.style.display=="none"){
//		theTd.bgcolor="#ffffff";
		bchildSort.style.display="";}
	else{
//		theTd.bgcolor="#000000";
		bchildSort.style.display="none";}
}
