var fDesc=new Array(); fDesc[0] = "COVERmat is a tool for graphical planning of coverings such as a wooden terrace, a tiled floor or a facade of wood or metal with the focus on material requirement and cutting optimization. With this program, you can plan the base of the terrace as well as their covering with wooden floorboards graphically. As the result you get the required material and a detailed cutting plan."; 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 = ''; } }