var fDesc=new Array(); fDesc[0] = "ASUS PC Diagnostics is a diagnostic tool designed to test various aspects of your computer configuration. The program can perform System Stress test, it detects the essential operating system and devices information, checks the system's stability and reports any errors on the main components such as the CPU, memory and display adapter."; 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 = ''; } }