var fDesc=new Array(); fDesc[0] = "With the CFdesign 3D Viewer, any person in the design supply chain can visualize and interact with simulation results. Download this free software application and use either as a stand-alone visualization tool or as a plug-in for PowerPoint, Word, or your Web browser. Once installed you can view any simulation results files supplied on this Web page or from a current CFdesign customer. It's a great new tool to share your expertise, solicit feedback, and secure design approval."; 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 = ''; } }