var fDesc=new Array(); fDesc[0] = "CutLog is complex software for sawmills, which helps you solve everyday tasks = making optimization patterns for sawing logs and producing timber. With CutLog you optimize your production for much less time than before. CutLog is not connected to any additional expensive technology! You can install it on your notebook and start using it. Whether you are manager or person in production you can use CutLog for your benefit. utLog software is flexible and very easy to understand for people working in the sawmill industry. It increased profit in many companies. And in addition, cost of a license is negligible compared to any specialized software or in comparison of the price of sawlogs processed during one shift!"; 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 = ''; } }