var fDesc=new Array(); fDesc[0] = "DuctSizer is a tool that can quickly find the correct round, rectangular or oval duct size to fit on your inputs. You can use DuctSizer when you need quick, accurate answers to straight duct size or pressure loss questions. DuctSizer includes these features: English (IP) and/or SI units, with defaults saved, temperature and altitude corrected calculations, duct roughness input and reference information, calculations for any length of straight duct and calculations for round, rectangular and oval ducts."; 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 = ''; } }