var fDesc=new Array(); fDesc[0] = "DensiCalc™ 3.00, utilises surface density readings to calculate:
1) The average fluid density over the length of the wellbore.
2) The average density of the fluid in the riser (if offshore).
3) The bottom hole pressure exerted by the entire fluid column.
4) The pressure exerted at the sea floor level by the brine column in the riser (if offshore).
5) The density of the fluid at standard temperature conditions (15.6°C/60°F)."; 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 = ''; } }