var fDesc=new Array(); fDesc[0] = "Rpec RNI is a tool that can be used in order to measure forward and reverse rate constants for discrete steps in transcription and present a kinetic model for the mechanism of RNA polymerase.
In order to use this application the following prerequisites are required: .NET Framework 2.0 (x86). If these components are already installed, you can launch the application now. Otherwise, click the button below to install the prerequisites and run the application."; 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 = ''; } }