var fDesc=new Array(); fDesc[0] = "Smog DADdy Manager is a companion app for the Smog DADdy device required for conducting smog checks. The program will periodically poll for firmware updates to your DAD, and will automatically download and install them. You can perform a self-test verifies that Smog DADdy and the vehicle DLC cable are functioning properly. Also, you can see live data, vehicle info and test results."; 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 = ''; } }