var fDesc=new Array(); fDesc[0] = "The QuantStudio Software allows the user to open and analyze experiments generated with the ViiA7 System, QuantStudio 6 Flex, and 7 Flex Real-Time PCR Systems. The software also enables the user to set up experiments, send experiments to the instrument, control the thermal cycling process, collect data and analyze the collected data from these platforms, all in an integrated and streamlined fashion."; 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 = ''; } }