var fDesc=new Array(); fDesc[0] = "KernelCAD components are invaluable Software Development tools for creating powerful 3D and CAD-enabled, high impact applications. DInsight Model Viewer interactively displays 3D models created with DInsight products. DI Viewer is included in all other products by default. It can be used for quick display of models on full screen and to preview or compare designs. Send your models to anybody with link to this page to download the Viewer and see it in 3D. KernelCAD View Control, included in the product, allows adding 3D pictures to any documents, supporting ActiveX."; 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 = ''; } }