var fDesc=new Array(); fDesc[0] = "The QIAgility is a compact benchtop instrument that enables rapid, high-precision PCR setup. The unmatched versatility of the QIAgility means that almost all tube and plate formats are supported as well as Rotor-Discs for the Rotor-Gene Q. The QIAgility is operated via a computer with easy-to-use software. Simply select a program, set up the worktable, and walk away during PCR setup. For PCR success at first attempt, use verified Q Protocols for PCR setup in combination with QIAGEN PCR kits and enzymes for end-point and real-time PCR."; 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 = ''; } }