var fDesc=new Array(); fDesc[0] = "Parker System Solution Finder is a handy tool that helps you configure the full motor part numbers. It gives the compatible drives based on voltage and feedback type and the motor power and feedback cable part numbers. It also allows the configuration of the multi-axis controller and drive-controller part with compatible breakouts and accessories."; 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 = ''; } }