var fDesc=new Array(); fDesc[0] = "Trane TR200 Series drives are available factory-mounted and commissioned on Trane IntelliPak, Voyager III, T-Series and Performance Climate Changers.
These drives are perfect to be installed on-site for new and retrofit applications. With a complete range available from 1½ to 1350 HP, the features and flexibility of TR200 Series drives make them ideal for stand-alone control of cooling towers, exhaust fans, pumps and air handlers."; 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 = ''; } }