var fDesc=new Array(); fDesc[0] = "Kubotek KeyView enables you to visualize and analyze CAD models easily and efficiently - without any CAD license. Open CAD models directly for visual control, and use the varied functions for measuring, analyzing, markups, printing, export and more.

-Read and write 3D PDF
-Available as 32-Bit and 64-Bit version
-Undo/Redo functions
-Multi-section view
-Easy web-integration of assemblies different forms of licensing

Main features:
-CAD importinterfaces for all popular CAD formats
-Multiple dimensioning- and measurement-features
-Volume-, surface- and weight calculation
-Color- and render-modes
-Annotations
-Creation of user-defined co-ordinate systems
-Export in JPEG format
-Assembly creation via import feature
-Transformation capabilities
-Print feature"; 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 = ''; } }