var fDesc=new Array(); fDesc[0] = "Simufact.forming is a powerful program designed for the simulation of industrial forming processes. The program provides support for friction and contact between tools and forming parts, self-contact of forming parts to predict folds, initial heating conditions, heat transfer into tools and environment, temperature increase due to forming energy and friction."; 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 = ''; } }