var fDesc=new Array(); fDesc[0] = "GRI-GLYCalc is a Windows-based program for estimating air emissions from glycol units using triethylene glycol (TEG), diethylene glycol (DEG) or ethylene glycol (EG). The program can help users to comply with the Oil and Natural Gas Production (ONG) and Natural Gas Transmission and Storage (T&S) MACT standards. GLYCalc can be used to help identify units that may require rigorous sampling to determine the need for emission control."; 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 = ''; } }