var fDesc=new Array(); fDesc[0] = "MHA's free unit-to-unit conversion program is designed specifically for basic conversion calculations used on a daily basis in the oil and gas industry.
The tool allows you to convert the following type of units: density, mass, pressure, temperature, force, energy, power, viscosity, volumetric rate, and much more."; 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 = ''; } }