var fDesc=new Array(); fDesc[0] = "FIDES Flow can easily perform the calculation of steady state or transient water flow, the free water surface, the streaming quantities and velocities as well as the water pressure in plane sections. The results can be visualized and used for stability calculations in other programs of the FIDES Geotech-nics Series. Thus, FIDES-Flow will not be used as a standalone program, but as an extension module for other programs as e.g. FIDES-KEA, FIDES-SlipCircle, FIDES-EarthPressure."; 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 = ''; } }