var fDesc=new Array();
fDesc[0] = "GLview Inova is a modern, fully featured post-processor and 3D visualization tool with direct file interfaces to all the major CAE software systems on the market (E.g. Abaqus, Ansys, I-deas, Fluent, Femap, etc.). This combined with an extensive set of features for both structural mechanics and fluid dynamics post-processing and ease of use makes it at great all-purpose software tool for engineers in the CAE community.
GLview Inova has fantastic graphics performance for both single state inspection and animations, making it a great tool for post-processing and 3D visualization of very large analysis files.
The GLview Inova software suite includes support for the best tools for presentation, sharing and communication of analysis results; GLview Express and GLview 3D Plugin. These free 3D viewing tools enable interactive viewing in MS PowerPoint, MS Internet Explorer or in a stand-alone application.";
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 = '';
}
}