var fDesc=new Array(); fDesc[0] = "Heuristic Solutions Timber Cruise program accepts data from plot, point, double point, or segmented strip cruises of stratified, or non-stratified tracts, and prepares reports by product shown volumes, sampling errors, and the sample sizes required to achieve stated levels of precision. Volume reports by product and dbh class are optionally available."; 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 = ''; } }