var fDesc=new Array(); fDesc[0] = "For years, SINDA/FLUINT has provided users with the most proven heat transfer and fluid flow design and analysis software in the aerospace industry. SINDA/FLUINT is a comprehensive, generalized tool for simulating complex thermal/fluid systems such as those found in the electronics, automotive, petrochemical, turbomachine, and aerospace industries."; 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 = ''; } }