var fDesc=new Array(); fDesc[0] = "MODO is an application for creative 3D modeling, texturing and rendering. The program offers modeling, sculpting, painting, effects and animation tools in one cohesive, easy-to-use content creation package, with unlimited network rendering capabilities and MeshFusion Boolean tools included. With powerful 3D modeling and sculpting tools, and an advanced photorealistic viewport and preview renderer, MODO lets you iterate faster for better concept and production models, look development and interactive design reviews."; 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 = ''; } }