var fDesc=new Array(); fDesc[0] = "Kiln Drying Planning Tool will help the production manager of a lumber mill to develop a strategy for planning the usage of air drying operations in combination with kiln programs in order to improve the overall efficiency of the drying operations. The final strategy will specify for which products to make use of air drying, at which period of the year and in combination with which kiln (possibly using different technologies) and kiln program. All of this is done taking into consideration the planing production schedule, the availability of green lumber and the storage and kiln capacity."; 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 = ''; } }