var fDesc=new Array(); fDesc[0] = "The Salt Cavern Gas Storage Toolbox (SCGS Toolbox) is a suite of applications (software and electronic documents) used to meet the technical and economic needs of the gas industry, specifically in the area of Salt Cavern Gas Storage. Salt caverns are becoming increasingly popular as storage vessels for large volumes of high-deliverability compressed natural gas."; 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 = ''; } }