var fDesc=new Array(); fDesc[0] = "Forestcalc is used by people who work in forests.

ForestCalc Standard includes the following parameters in customisable database tables:

-Currency unit, 2nd currency unit (optional), and a conversion factor between these units (optional).
-Tree species codes (number or text), names (local and botanical).
-Timber volume functions (3 function groups). The program uses equation parsing in solving the functions.
-Tree height functions (Näslund, Polynomic, Michailoff).
-Log timber, Pulpwood (/Pole) and Fuelwood (/Waste wood) prices by species.
-Timber dimensions (Log and pulpwood/pole. Used with the taper curves, but these taper curves are valid only in Finland or nearby regions).
-Timber tables (Log and pulp/pole percentage tables in text files, as a matrix by tree diameters and heights).
-Length of increment period (past time)."; 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 = ''; } }