var fDesc=new Array(); fDesc[0] = "ASP light enables you to calculate all the necessary parameters such as pressure, volume and temperature for the isothermal or adiabatic charging and discharging processes of an accumulator. It is aimed at the user who is tasked with determining the essential accumulator parameters within a short time.

The app will be a particularly useful tool in your role as sales consultant in the field, by providing quick, straightforward calculations for hydraulic accumulators."; 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 = ''; } }