var fDesc=new Array(); fDesc[0] = "TaqMan Genotyper Software is a free SNP genotyping data analysis tool for use with TaqMan SNP Genotyping Assays (Pre-Designed, Custom and DME) in combination with 48-, 96- and 384-well microtiter plates, and OpenArray Genotyping Plates. It gives you the option of using user-definable boundaries for data analysis or an improved algorithmic approach to automatically assign a genotype."; 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 = ''; } }