var fDesc=new Array(); fDesc[0] = "MotoVisual Create is a user-friendly three-dimensional simulation software designed to support sales work and project engineering. This program makes it possible to design, visualize and simulate different production concepts to a potential customer using ready-made 3D models, including MOTOMAN-products, from a library. With this tool you can create new and reusable 3D models from existing CAD-data, and then add behaviors and parameters necessary for simulations in MotoVisual Layout."; 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 = ''; } }