var fDesc=new Array(); fDesc[0] = "OBD-PC Link allows you to view the information you retrieved from your vehicle, on your PC. You can also print out the customizable reports, look up DTC definitions and find the meaning of some of the most common obd2 terms and abbreviations. To link, connect your tol to your PC using the rs232 cable provided."; 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 = ''; } }