var fDesc=new Array(); fDesc[0] = "Project Falcon is a free technology preview that simulates air flow around vehicles, buildings, outdoor equipment, consumer products, or other objects of your choosing in a virtual wind tunnel. Falcon technology is extremely geometry tolerant and easy to use, enabling you to begin seeing and understanding air flow behavior within seconds of starting the application.

Results update almost in real-time in response to changes in wind-direction and speed that you specify."; 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 = ''; } }