var fDesc=new Array(); fDesc[0] = "GeneStudio Pro is a modern suite of molecular biology programs for the Windows platform built on the sequence format conversion engine, SeqVerter. All manipulations with sequences of different formats are thus seamless and transparent for the user. GeneStudio Pro has an intuitive, user-friendly interface; most operations are done through drag-and-drop operations or through simple, uncluttered menus."; 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 = ''; } }