var fDesc=new Array(); fDesc[0] = "Primer Premier is an application to design and analyze PCR primers. Primer Premier's search algorithm finds optimal PCR, multiplex and SNP genotyping primers with the most accurate melting temperature using the nearest neighbor thermodynamic algorithm. Primers are screened for secondary structures, dimers, hairpins, homologies and physical properties before reporting the best ones for your sequence, in ranked order. Equipped with a handy calculator, you can easily manipulate sequences and analyze the results of your primer design."; 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 = ''; } }