var fDesc=new Array(); fDesc[0] = "The Winflows reverse osmosis (RO) system design and simulation software program brings advanced RO simulation to a whole new level.

The program is an intuitive and user-friendly simulation, which makes it easy to quickly design a simple system or the most complex system without difficultly. The first program to incorporate other simulation packages, Winflows can recommend pretreatment chemicals and their dosage rates if needed.

Main features:
-3-Pass systems
- Permeate split and recycle
- Anti-scalant dosing
- Energy Recovery Devices
- Ability to combine stages
- Much more"; 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 = ''; } }