var fDesc=new Array(); fDesc[0] = "This program was developed with the singular intention to accelerate your motion design cycle by providing all the necessary tools and products in a modern graphical interface format. With the help of Parker Motion Sizer you can set up mechanical systems that utilize components like lead screws, timing belts, gear boxes, etc., and, of course, electrical motors. Parker Motion Sizer will guide you effectively through what is usually a difficult and confusing process."; 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 = ''; } }