var fDesc=new Array(); fDesc[0] = "The Illumina Haploview Input Report Plug-in is a software plug-in that works with Illumina’s GenomeStudio Genotyping Module. This plug-in allows you to create input files for the Haploview application developed by the Broad Institute. The main function of this plug-in is the export GT data for viewing in Haploview."; 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 = ''; } }