var fDesc=new Array(); fDesc[0] = "HLA Fusion™ software is a companion to One Lambda's molecular typing and antibody screening products. It has analysis modules for product such as FlowPRA®, LABScreen®, LABType®, LAT™, LCT™, Micro SSP™, and more.
Analysis results can be reviewed in graphical form, allowing easy adjustment of cut-off values to clarify results. Data can be exported or formatted into custom reports. This software runs in both stand-alone (on a single computer) and network environments."; 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 = ''; } }