var fDesc=new Array(); fDesc[0] = "Rootfly is a free, open-source software application to aid researchers in minirhizotron image analysis. Users can use the software to measure the length, diameter, and color of roots, as well as the birth and death rates. The software is designed to be easy to use, with a minimal number of mouse clicks needed to perform each operation, and with all the data for an experiment stored in a single RFY file. Automated image processing algorithms are also included to further reduce the manual intervention required."; 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 = ''; } }