var fDesc=new Array(); fDesc[0] = "The AMX550PC software application allows you to use the AMX550 scan tool in conjunction with a PC. Taking advantage of its many useful functions you can easily update the AMX550 software, manage the AMX550 data memory, send recorded data to a PC, produce graphs with functions of recorded current powertrain data, print diagnostic reports."; 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 = ''; } }