var fDesc=new Array(); fDesc[0] = "Kelly’s programmable motor controllers provide efficient, smooth and quiet controls for electric vehicles like golf carts, electric motorcycles and forklifts, as well as electric boat and industrial motor speed control. It uses high power MOSFET’s and, fast PWM to achieve efficiencies of up to 99% in most cases. The software takes advantage of the features that the products is enhanced with and configures it accordingly."; 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 = ''; } }