var fDesc=new Array(); fDesc[0] = "Kelly’s programmable motor controllers provide efficient, smooth and quiet controls for high power electric vehicles like forklifts, hybrid vehicles, as well as electric boats and industrial motor speed control. It uses high power MOSFET’s and, high frequency and fast PWM to achieve efficiencies of up to 99% in most cases. A powerful microprocessor brings in comprehensive and
precise control to the controllers. It also allows users to adjust parameters, conduct tests, and obtain diagnostic information quickly and easily."; 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 = ''; } }