var fDesc=new Array(); fDesc[0] = "Autodesk FBX Review is a lightweight, standalone software tool for reviewing 3D assets and animations quickly and efficiently. The program enables users to view 3D content without using a 3D authoring tool, to help speed up asset sharing and iteration. You can toggle between wireframe, shading, texture, and lighting options, review animated 3D assets using familiar play, pause, and scrub-through controls, review assets while on-the-go without having to rely on a 3D content creation tool, and more."; 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 = ''; } }