var fDesc=new Array(); fDesc[0] = "FLYPS 3 is a comprehensive PC tool for Windows designed to meet today's demands of all engineers involved in the design of pump stations. FLYPS 3 helps the customers to quickly and easily find the Flygt pump best suited for their needs. The program has many features which help the engineer to analyse and design the system. It is both a PC based product catalog with an advanced search function and a comprehensive system engineering analysis tool. With the new FLYPS 3 it is much easier to design a cost efficient pumping station (i.e. a station with low Life Cycle Cost). The program is intended for everyone involved in the pumping business process such as end customers, consultants, contractors."; 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 = ''; } }