var fDesc=new Array(); fDesc[0] = "Friga-Bohn and HK Refrigeration Software is a free package that allows you to make a selection for commercial and industrial unit coolers. It also allows you to get the specific products according to your environment description. It helps you choose the correct Condensers, Fluid coolers, Condensing units, Split systems and Compressor racks."; 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 = ''; } }