var fDesc=new Array(); fDesc[0] = "Alibre Design is made for engineers, machines designers and all those who want precision and ease in making their designs.
Alibre Design is CAD software that can create professional 3D models, 3D mechanism simulations, 2D drawing and much more in minutes. Alibre Design enables you to create 2D drawings and then convert to 3D using simple steps. You can work with X, Y, Z axis independently to have complete control over the design and shapes."; 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 = ''; } }