var fDesc=new Array(); fDesc[0] = "Infinicyt™ is an analysis software for flow cytometric data. Its many functions include the ability to integrate multiple files from each tube belonging to an antibody panel stained for in a sample, thus yielding multidimensional analysis in an efficient and objective manner. Infinicyt™ includes exclusive tools that allow for improved analysis and identification of different cell populations.

Infinicyt™ has been developed as part of the “Flow cytometry for fast and sensitive diagnosis and follow-up of hematological malignancies” EuroFlow™ project, led by experts in the cytometry field."; 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 = ''; } }