var fDesc=new Array(); fDesc[0] = "The CoCreate product family is a complete design environment, offering 3D CAD and 2D CAD, integrated product data management (PDM), and collaboration software. A broad set of add-on design modules brings additional product development capabilities to CoCreate CAD and PDM products. CoCreate provides speed, flexibility, and responsiveness-to-change for customers facing short design cycles, one-off product designs, or companies demanding a lightweight design process. This explicit approach to 3D CAD software design delivers faster design cycles and flexibility to the 3D design."; 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 = ''; } }