var fDesc=new Array(); fDesc[0] = "CorelCAD is a professional software package for 2D & 3D CAD design, with support for industry-standard DWG, STL, PDF, and CDR file formats. It contains tools that lets you transform 2D designs into three-dimensional graphics in a few clicks. 3D printing can be done using STL output files, which can be fed into 3D printers; you may also print to a supported device directly from CorelCAD."; 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 = ''; } }