var fDesc=new Array(); fDesc[0] = "FloVIZ allows anyone to freely open, interact with and animate the analysis results generated by FloTHERM, FloTHERM PCB, and FloVENT. Open and view files of any size with FloVIZ as long as they were originally created with FloTHERM, FloTHERM PCB or FloVENT. It has never been easier to communicate design intent with colleagues, suppliers, customers, and managers.

FloVIZ is a fully functional software module, it does not have a time limit nor does it have limited functionality."; 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 = ''; } }