var fDesc=new Array(); fDesc[0] = "EPLAN Education develops CAE solutions and advises companies on optimizing their engineering processes. Customers profit from improvements in efficiency of the product development process through standardized procedures, automated processes and consistent workflows. EPLAN supplies tailor-made concepts for the system introduction, system setup as well as precise integration in the IT / PLM system landscape, on the basis of standard engineering solutions."; 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 = ''; } }