var fDesc=new Array(); fDesc[0] = "Echometer Gas Separator Simulator is an utility for the design and prediction of the performance of Downhole Gas Separators. Different production rates, different
sizes of separators, different SPM and different gas bubble rise velocities are simulated to show the performance of different separators and different well conditions. This simulation software is a great aid in educating personnel in the operation, performance, selection and proper design of gas separators."; 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 = ''; } }