var fDesc=new Array(); fDesc[0] = "FCAP Array is a powerful, scientific analysis application designed for Cytometric Bead Array (CBA) data.
The app contains tools for all of the jobs you need to easily and efficiently perform CBA data analysis.

It enables laboratories to perform bioassays with an already extensive list of microbead applications far more easily and quickly than with other systems."; 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 = ''; } }