var fDesc=new Array(); fDesc[0] = "Maxi PC Suite allows you to update your Autel vehicle diagnostics tools. This program supports AL609, AL619, EBS301, OLS301, and many other models. For devices having SD card, simply insert the card into your card reader and run the program to start the update process. You can also connect the device directly to your PC using a USB cable, if your model doesn't feature SD card."; 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 = ''; } }