var fDesc=new Array(); fDesc[0] = "Motion Solutions contains a number of helpful motion control application aids and product specifications to assist design engineers in building economical, easy-to-apply motion control systems. Motion Solutions Features:Multiple mechanism types to choose from. Create a new application, do a quick search, or open an existing application; Select the actuator to start defining a new application. You can select actuator type, drive product family, motor family, and reducer type."; 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 = ''; } }