var fDesc=new Array(); fDesc[0] = "Safexpert is the TUV approved practical solution for safety-related project management. It is the ideal platform for project based knowledge management, providing direct access to the full text of European standards, as well as management of acquired knowledge. The program includes various modules and functions, such as: CE marking process according to the Machinery Directive, standards manager, operating instructions assistant, check and acceptance assistant, update wizard, pictogram library, and more."; 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 = ''; } }