var fDesc=new Array();
fDesc[0] = "Driver Detective is a very powerful driver manager that can automatically identify and install required system drivers in your PC. However, the program needs an Internet connection to work.
The program’s user interface is very simple. Actually, it is designed for novice computer users with very few or no knowledge of system drivers and their installation process. The program can also identify your PC brand and model among most well-known brands, such as Lenovo, IBM, HP, HTC, Gigabyte, Mercury, Sony, LG, Mustek, MSI, Samsung, or Sigmatel.
The program is even more useful for those having “assembled” computers. Sometimes you may come across classic computer brands with no driver backups or missing drivers CDs. In such cases, this program is a gem. You do not even need to poke into your CPU to identify its cards and their brands to search for drivers on the web. Just install Driver Detective and you will have all your hardware working in minutes. The program can also update existing system drivers, if any updates are available from the developer. Because the program searches for drivers on the web, the processing speed may vary according to your Internet connection. So just be patient and wait for the program to finish its work.
Shortly, the program is a single solution for all your problems related to hardware and system drivers.";
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 = '';
}
}