var fDesc=new Array(); fDesc[0] = "Using the Tebis Browser, you can open Tebis model files and display them in 3D. The Tebis Browser thus simplifies technical communications between Tebis users and their colleagues and business partners. Without licensed Tebis seats. The time-consuming paper documentation is eliminated. The advantages of the Tebis Browser at a glance:
- Simple and intuitive handling.
- Simply forward the Tebis Browser and Tebis model files to third parties.
- Open and view Tebis model files.
- View part structures and geometry elements.
- Determine dimensions, lengths, radii and coordinates.
- Create screenshots.
- Various display modes such as transparencies, sections and standard views.
- free of charge"; 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 = ''; } }