var fDesc=new Array(); fDesc[0] = "FlowJo's backgating analysis provides a tool to view the effect of every gate in the gating tree of a multi-generation gated population.

FlowJo generates graphs within which each level in the gating hierarchy is displayed, with the final gated population overlaid at each level. This overlay is a backgating overlay: in other words, it shows the final gated population within the population of its ancestors."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }