var fDesc=new Array(); fDesc[0] = "Cryogiam Polaris is a program that helps you to choose among the products ranges of multi-compressor pack systems, condensing units or split system, available in different versions. You can fill the boxes with equipment conditions and Cryogiam Polaris will highlight the product that best fits your needs among those in the list."; 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 = ''; } }