var fDesc=new Array(); fDesc[0] = "SVOffice 2009 is a robust geotechnical and hydrological simulation code for subsurface processes. The SVOffice 2009 platform includes the following six modules: SVSlope, SVFlux, SVHeat, Chemflux, SVSolid, SVAirflow. The program models 1-D, 2-D, 3-D, time-dependent, nonisothermal, saturated and unsaturated flow of pore-water or air through soils."; 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 = ''; } }