var fDesc=new Array(); fDesc[0] = "Oligo Analyzer is a powerful and easy-to-use tool to evaluate physical properties of primers. Supports 'Oligo Analyzer project' file format to save projects;• Determine primer properties like Tm, GC%, primer loops and primer dimers.;Supports result saving (txt and rtf format) and printing ;Compares unlimited number of primers to each other;Helps to select primer pairs or multiplex PCR primer pair sets;Shows all the necessary primer / primer pair information;Integrated with Oligo Explorer to enhance multiplex PCR 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 = ''; } }