var fDesc=new Array(); fDesc[0] = "All on screen visible 3D shapes and textures can be saved. This is similar to the classical 2D print screen.

No 3D skills required.
Everyone can now save and share 3D models, it is as simple as classical print screen usage.

Easily incorporate models into technical documentation, maintenance manuals, marketing brochures, websites, email communications and many other everyday uses. Compliant with all applications reading 3D XML files."; 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 = ''; } }