var fDesc=new Array(); fDesc[0] = "Motioneering Engine is a program designed for sizing frameless motors and drive systems. It enables you to compare the generated results against a database catalog of systems using a mechanism project concept for collecting and saving multiple axes of load information. It has the flexibility to sum the effects of multiple axes of motion for power supply and shunt regeneration sizing."; 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 = ''; } }