var fDesc=new Array(); fDesc[0] = "Advanced Driver Optimizer is an application that can detect which drivers are old and need your immediate attention. A driver is a program which helps the system to communicate with the hardware devices installed on it. Without the correct device drivers, the system will not be able to recognize the hardware devices properly which may result in various system errors. The application scans your system for outdated drivers and updates them in few clicks.

Scan your PC with Advanced Driver Optimizer and after reviewing the results, you may decide if you want to update them or not."; 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 = ''; } }