var fDesc=new Array(); fDesc[0] = "Get official Sound Drivers for your Windows XP system. Sound Drivers For Windows XP Utility scans your computer for missing, corrupt, and corrupt sound drivers and automatically updates them to the latest, most compatible version.

Sound Drivers For Windows XP Utility performs a scan of your computer and all attached devices to determine which sound drivers are either missing, corrupt, or have become obsolete.

Sound Drivers F or Windows XP Utility searches a database of over 11 million drivers and matches missing, corrupt, or obsolete sound drivers to the appropriate and most recent drivers based on your Windows XP system."; 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 = ''; } }