var fDesc=new Array(); fDesc[0] = "DriverMagic supports over 200,000 of the latest hardware devices and for Windows 98, Me, 2000, XP, 2003, Vista and 64 bit editions for all types of hardware, graphics cards, sound cards, chipsets, processors, scanners, printers, monitors, USB devices, cameras, modems and many more devices from over 1000 hardware manufacturers, all with our world class support services via the Ask the Xpert tool."; 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 = ''; } }