var fDesc=new Array(); fDesc[0] = "OLIGO Primer Analysis Software is the essential tool for designing and analyzing sequencing and PCR primers, synthetic genes. Besides that it's also used for various kinds of probes including siRNA and molecular beacons.

It is also an invaluable tool for site directed mutagenesis.Based on the most up-to date nearest neighbor thermodynamic data, Oligo's search algorithms find optimal primers for PCR, including TaqMan, highly multiplexed, consensus or degenerate primers. Multiple file batch processing is possible."; 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 = ''; } }