var fDesc=new Array(); fDesc[0] = "LS-PrePost is an advanced pre and post-processor that is delivered free with LS-DYNA. The user interface is designed to be both efficient and intuitive. LS-PrePost runs on Windows, Linux, and Unix utilizing OpenGL graphics to achieve fast rendering and XY plotting. The latest builds can be downloaded from LSTC's FTP Site.

-Key Pre-Processing Features:
-- Comprehensive LS-DYNA Keyword Support
-- All new CAD engine in LS-PrePost 3.0
-- Interactive Entity (Keyword) Creation
-- Meshing Tools
-Surface Meshing
-Tool Meshing
-2D Meshing
-Tet Meshing
-Block Meshing
-Mesh Morphing
-- Special Applications
-Metal Forming
-Roller Hemming
-Airbag Folding
-Dummy Positioning
-Seatbelt Fitting
-Penetration Checking
-Model Checking

-Key Post-Processing Features:
-- D3PLOT Animation
-- Eigen Mode Animation
-- BINOUT Processing
-- DYNAIN Generation
-- Section Analysis
-- Fringe Plotting
-- ASCII Plotting
-- Time History Plotting
-- Particle Visualization
-- Fluid Visualization"; 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 = ''; } }