var fDesc=new Array(); fDesc[0] = "AlleleID® is a pioneering tool that helps design oligos for strain differentiation microarrays, Luminex xMAP® and qPCR assays for rapid detection of related organisms. AlleleID® aligns sequences to locate differences in DNA and to find conserved regions and then designs oligos to amplify and detect only the species or strains of interest from the mix. AlleleID® employs powerful and sophisticated algorithms to design highly specific and efficient primers and probes."; 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 = ''; } }