var fDesc=new Array(); fDesc[0] = "simFlow is a powerful general-purpose Computational Fluid Dynamics (CFD) software. It combines an intuitive graphical user interface with the advantages of the open-source OpenFOAM libraries. With simFlow you can create and import the mesh, define boundary conditions, parametrize the case, run the simulation, compute in parallel with just one click, post-process results with ParaView, and 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 = ''; } }