var fDesc=new Array(); fDesc[0] = "Woodlot for Windows was developed for calculating non declining even flow harvest rates over multiple rotations on woodlot licences in B.C. It is a windows based model developed for use by operational forestry professionals and technicians specializing in woodlot licence management. It's user friendly features allow for loading data from spreadsheets, approximating harvest constraints and partial cutting, interactive harvest calculation results, data summaries, on screen graphics, and report writing."; 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 = ''; } }