var fDesc=new Array(); fDesc[0] = "Duct-Lite calculates the quantities of materials directly related to the sheet metal portion of an estimate. It includes sheet metal, ductboard, duct wrap, liner, reinforcement and sealer. It’s affordable, user friendly, flexible and is designed who want a program to calculate material quantities. It works on 32 and 64 bit processors and on windows XP, Vista and WIN 7 operating systems."; 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 = ''; } }