var fDesc=new Array(); fDesc[0] = "midas FX+ Modeler is an element analysis modeling tool, equipped with advanced geometric modeling functions and powerful mesh generation algorithms. With this program you can create complex geometric data for accurate FE modeling. Generated meshes can be produced in various types of data files that are fully compatible with midas Gen, midas Civil, Nastran FX and midas NFX."; 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 = ''; } }