var fDesc=new Array(); fDesc[0] = "Autodesk Simulation CFD (formerly known as CFdesign) provides fast, accurate, and flexible fluid flow and thermal simulation tools to help predict product performance, optimize designs, and validate product behavior before manufacturing.

Main features:

- Advanced fluid flow and heat transfer.
- Architectural and MEP applications.
- CAD Connection.
- Design Study Environment.
- Electrical and lighting applications."; 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 = ''; } }