var fDesc=new Array(); fDesc[0] = "MotoVisual Layout is a user-friendly three-dimensional simulation software designed to support sales work and project engineering. It makes it possible to design, visualize and simulate different production concepts to a potential customer using ready-made 3D models.
Drag and drop MOTOMAN robots and equipment into place, and then check floor utilization and robot access. Simulate the production workflow, and prepare animations of the robot cell that can be sent by email for review."; 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 = ''; } }