var fDesc=new Array(); fDesc[0] = "CAD Tool for fast creating of letterings, signs and stencils. Converts Windows fonts into DXF format. Generation of smooth curve contours for a smooth cut ! Different text shapes, variable font sizes, easy to create stencil letters, input millimetre or inch, merges contours, different frames, easy to use, a lot of graphic functions to modify the created geometries. DXF import function to add your own DXF-graphics. The software contains functions to check the generated contours. Easy and convenient to use. Ideal for laser-, plasma- and waterjet cutting !"; 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 = ''; } }