var fDesc=new Array(); fDesc[0] = "The Standard version has been designed to support the supply chains related to the European Automotive Industry and includes the EngDat (Engineering Data) feature. The functionality is base on a standard (VDA recommendation 4951) that helps organising sent and received files. Once the feature is enabled, files are being renamed into a strict filename according to the standard specification and an abstract file is being created, that contains information about sender, receiver and contents of the electronic transmission."; 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 = ''; } }