var fDesc=new Array(); fDesc[0] = "The Hydraulic Investigator is Johnson Pump's selection guide for it's centrifugal pumps.
This PC-only program will aid you in selecting the proper pump for your needs. The download contains all the database files necessary. By entering Capacity and Head values (and possibly other criteria) the whole database is automatically searched through for suitable pumps. The pump curves can then be calculated by the press of a button."; 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 = ''; } }