var fDesc=new Array(); fDesc[0] = "Bertondata software is a diagnosis application.
There are two versions, one for desktops and one for handheld computers based on Windows and Windows CE respectively.
Dianosis software only works when linked to the diagnostic interface THE_BOX otherwise it is unable to perform any function.
It Allows for reviewing the failures stored in any of the supported ECUs and delete them once the malfunctionhas been solved."; 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 = ''; } }