var fDesc=new Array(); fDesc[0] = "Kisters 3DViewStation is a powerful 3D CAD viewer for engineers and designers, made for 3D viewing, 3D CAD analysis, technical documentation, and 3D publishing. The system includes important analysis functions such as measurement, dimensioning, a 3D comparison function and true MultiCAD DMU, simultaneous loading and analysis of data from different CAD Systems, without conversion."; 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 = ''; } }