var fDesc=new Array(); fDesc[0] = "The Trenton Refrigeration's FREE Calcu-Load Load Calculation Program is designed to provide Sales Representatives and Technical Personnel with a simple and quick means of calculating cooler and freezer loads as well as providing accurate system component selections.
By ordering or downloading Calcu-Load you get:
* The Calcu-Load Load Program
* The latest Trenton Refrigeration literature
* Automated Website updates"; 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 = ''; } }