var fDesc=new Array(); fDesc[0] = "In the heat transfer fluid race the competition can get pretty heated. That's why you need the Therminol® Heat Transfer Fluid Fluid Performance Crew working for you. From start to finish, the Therminol TLC Total Lifecycle Care® team of seasoned professionals is ready to support you with everything you need to win. Just like quality Therminol products and outstanding services, the Therminol Reference Disk is another tool from the Therminol Crew that will help you to optimize your heat transfer system."; 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 = ''; } }