var fDesc=new Array(); fDesc[0] = "DH Mobility Modder.NET allows you to keep your graphics drivers updated. Many people frequently are waiting for their OEM to furnish them with new drivers.

With the Mobility Modder.NET you can modify original ATI display drivers to work on your mobility chipsets.

The program will do 3 checks when it is started to check for MSXML 6.0. If 1 of the checks fail then install or reinstall MSXML 6.0.
Check 1 is the registry check for the MSXML 6.0 registry key.
Check 2 is an extra registry check for the MSXML 6.0 registry key.
Check 3 is the file check for the MSXML 6.0 file msxml6.dll.

If Check 1 and/or 2 fails and Check 3 passes then run "regsvr32 msxml6.dll" without the ". That should fix it.
User Account Control is only on Windows Vista.
The current modification only works on Windows XP and Windows Vista 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 = ''; } }