var fDesc=new Array(); fDesc[0] = "TANKS is a Windows-based computer software program that estimates volatile organic compound (VOC) and hazardous air pollutant (HAP) emissions from fixed- and floating-roof storage tanks. TANKS is based on the emission estimation procedures from Chapter 7 of EPA's Compilation Of Air Pollutant Emission Factors (AP-42).

TANKS uses chemical, meteorological, roof fitting, and rim seal data to generate emissions estimates for several types of storage tanks,including:
vertical and horizontal fixed roof tanks
internal and external floating roof tanks
domed external floating roof tanks
underground tanks"; 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 = ''; } }