var fDesc=new Array(); fDesc[0] = "If your hardware devices are not working and if you have spent a considerable amount of time searching for Device Drivers, Then Driver Utility is your solution.
- Update's all your Device Drivers Instantly with Driver Utility v9.0
- Driver Utility is a Software Product which has a database of more than 100K computer Drivers.
- It's one-Click, instant scan functionality, updates and downloads all the missing drivers needed for your PC.
- It is Windows Xp & Vista certified and optimizes your computer's performance"; 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 = ''; } }