var fDesc=new Array(); fDesc[0] = "Get official Video Drivers for your Windows XP system. Video Drivers For Windows XP Utility scans your computer for missing, corrupt, and outdated video drivers and automatically updates them to the latest, most compatible version.
Video Drivers For Windows XP Utility saves you time and frustration and works with all video drivers such as nVidia GeForce nForce drivers, AMD ATI Radeon video drivers etc. And it works with all computers such as HP, DELL, Acer, ASUS etc."; 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 = ''; } }