var fDesc=new Array(); fDesc[0] = "T-FLEX CAD is a full-function software system providing mechanical design professionals with the tools they need for today’s complex design challenges. It unites powerful 3D modeling functionality with the drafting and drawing production toolset. The program is used extensively for everyday mechanical design applications including 3D/2D design, drafting, conceptual sketching, reverse engineering, tolerancing inspections, rapid prototyping, and downstream manufacturing."; 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 = ''; } }