var fDesc=new Array(); fDesc[0] = "EngineCheck Pro is a program for diagnosing problems with your vehicles. It comes with over 21000 definitions of both generic and manufacturer-specific codes; there is not need to search code lists. Support for multiple controller modules, and the ability to read VIN, CAL ID and CVN data make this application quite useful."; 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 = ''; } }