var fDesc=new Array(); fDesc[0] = "SLYSEL for personal computers helps design Newtonian liquid, settling slurry and non-settling slurry pipelines. A specific pump or series of pumps can be evaluated at desired operating conditions.
The software selects the pump that delivers the maximum efficiency for the pipeline system specified and plots the system curve and selected pump curve. Other pump and slurry characteristics are calculated and displayed."; 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 = ''; } }