var fDesc=new Array(); fDesc[0] = "KOMPAS-3D Viewer is a utility only for viewing and printing of documents and model templates, created in professional solution KOMPAS-3D or KOMPAS-3D LT, just the same opportunity afford this version for files in DXF and DWG formats.
KOMPAS-3D is intended for creating three-dimensional associative models for individual parts and assembly units containing both original and standardized structural elements. The parametric technology allows quickly obtaining models for typical products basing on a once designed prototype."; 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 = ''; } }