var fDesc=new Array(); fDesc[0] = "LS-DYNA is a general purpose transient dynamic finite element program capable of simulating complex real world problems. It is optimized for shared and distributed memory Unix, Linux, and Windows based, platforms. Multicore processors have resulted in a drastic reduction in computer hardware costs and a huge increase in LS-DYNA licenses worldwide. LS-DYNA affords increased computation speed thereby improving scalability."; 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 = ''; } }