var fDesc=new Array(); fDesc[0] = "CadFaster|QuickStep is a completely new kind of viewer tool for 3D professionals. It is not only STEP viewer, all major data exchange formats are supported. CadFaster|QuickStep also supports both DirectX and OpenGL APIs and it is fully compatible with Microsoft Windows XP©, Vista© and Windows 7©.
* It is cost effective, even free. Impress your customers with an ultimate review and showcase possibilities.
* It is fast. Thanks to seamless DirectX and OpenGL integration, viewing the largest datasets is now possible, even with laptop!
* It supports standard file formats. STEP, DWG, DXF, IGES and HSF files can be exported from various 3D applications.
* It is easy to use. You can control the whole application with only the mouse.
* It is eye-candy. Use new shader effects such as reflective materials to amaze your audience."; 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 = ''; } }