var fDesc=new Array(); fDesc[0] = "The Driver Test Manager (DTM) Log Viewer is a tool that helps you analyze and troubleshoot the log files that are created when you run the logo program tests. The DTM Log Viewer is an essential tool for test engineers to triage logo program test failures. This demonstration shows you how to download and install the DTM Logo Viewer, how to view passed and failed tests, and how to open the associated test log files."; 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 = ''; } }