var fDesc=new Array(); fDesc[0] = "SF Pressure Drop for Excel is a program that calculates pressure drops of flowing liquids and gases in pipes (laminar and turbulent flows). It's also possible to calculate pressure changes caused by vertical differences of pipe and caused by changes of the kinetic energy (a dynamic pressure change) and you can combine diverse elements and so you will get total pressure drop."; 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 = ''; } }