var fDesc=new Array(); fDesc[0] = "Spaix is an application for the selection and configuration of centrifugal pumps. Selection methods available are: hydraulic selection by duty point, product selection browser by series description, and product search by description or item number. It also has the ability to calculate operating and life cycle costs: it takes into consideration of different load profiles, and provides a graphic and tabular display of the cost comparison."; 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 = ''; } }