var fDesc=new Array(); fDesc[0] = "3D CAD systems:
These are supported by a form of independent installation that includes, in addition to calculations, the respective parametric models and interface between Excel and the respective 3D CAD system. An assembly may consist of not only individual components but also groups of components (sub-assemblies). For example, you can insert one complete solution of a belt gear at once, which is fully associative, and the dimensions of the inserted component (sub-assembly) will change automatically in case you make changes to the calculation parameters later."; 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 = ''; } }