var fDesc=new Array(); fDesc[0] = "TECBLAST helps you sell profitable duct testing and repair services by quickly analyzing duct airtightness test results. TECBLAST's user friendly entry screens and choice of professional looking reports makes it simple and fast to document and present test results to your customers. TECBLAST is designed specifically for use with the Minneapolis Duct Blaster system. For those with laptop computers, this useful program can be brought right to the jobsite."; 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 = ''; } }