var fDesc=new Array(); fDesc[0] = "The Illumina BeadStudio Merlin Input Report Plug-in is a software plug-in that works with Illumina’s BeadStudio Genotyping module v3.2 and above. This plug-in allows you to create input files for the Merlin application developed by the Abecasis group at the University of Michigan. v2.0.1 includes an important fix. Previously, the affection status was not included in the DAT file, which changed association results."; 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 = ''; } }