var fDesc=new Array(); fDesc[0] = "With the help of system driver removal you can delete those files, directories and registry entries that are left behind by the normal vendor uninstallers. The Device control feature introduces an easy to use and Windows device manager that allows you to enable, disable or restart any hardware device. It is even possible to uninstall, backup or restore the drivers of these devices. Additionally, the Device identifier feature will save you a lot of time by trying to identify the type, name and manufacturer of devices listed as 'unknown device' or with a yellow exclamation/question mark."; 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 = ''; } }