var fDesc=new Array(); fDesc[0] = "Discflo's PumpSelect is a free stand-alone program that allows you to select the optimum Discflo pump for your application and generate pump curves based on input conditions. It runs on Windows (Windows 98 or above), and requires 233 Hz Pentium II (or equivalent) to operate. Once file is downloaded, Unzip the file, open the PumpSelect folder and double click on "Setup.exe " to install."; 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 = ''; } }