var fDesc=new Array(); fDesc[0] = "DriverMAGIC has been designed to make all that in the past was not possible with computer drivers, now not only possible, but simple! Have you ever wished you could while you were in your device manager, simply right click and copy the driver to a folder, yes? We take this three steps ahead, in to the 21st century where DriverMAGIC not only copies the drivers you have requested in a matter of seconds, but also now can build them into a EXE installer called the DriverXPRESS client. Which additionally supports powerful data compression and error correction to make sure those drivers you copy are secure and as efficient as possible? Imagine the ability to disable drivers instantly, preventing windows from re-installing or re-using a specific driver, thereby assisting you with optimizing, conflict preventing and maintaining those nasty old drivers so the new ones run without conflicts. Then imagine the ability to automatically restore the old drivers with instantly returning them to their original state and even re-installing them for you automatically!"; 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 = ''; } }