var fDesc=new Array(); fDesc[0] = "RILSIM, the “Reduced-Impact Logging SIMulator”, is financial modeling software developed as a service to the international forestry community. RILSIM has been designed to permit users to rapidly estimate the costs and net revenue associated with logging operations in order to compare short-term financial costs and returns expected from reduced-impact logging with those expected from conventional logging under identical local site conditions. The purpose of the software is to help users learn about reduced-impact logging and its potential financial advantages as compared to conventional logging."; 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 = ''; } }