var fDesc=new Array(); fDesc[0] = "The GenomeStudio Genotyping (GT) Module supports the analysis of Infinium and GoldenGate Genotyping Assay data collected by the iScan System and BeadXpress Reader. This module enables efficient genotyping data normalization, genotype calling, clustering, data intensity analysis, loss of heterozygosity (LOH) calculation, and copy number variation (CNV) analysis. Fully integrated with Infinium LIMS server, the GT Module allows you to directly access data and manage projects from within GenomeStudio."; 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 = ''; } }