var fDesc=new Array(); fDesc[0] = "DiagRA® D is the diagnostic option from the DiagRA® MCD Toolset for the selection of diagnostic data from vehicle control units. More than 13.000 registered users trust in the efficiency of this tool. It consits of three main functional areas: Scan-Tool, OEM Specific Workshop Diagnostics and Advanced Developers Functions."; 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 = ''; } }