var fDesc=new Array(); fDesc[0] = "Intel® USB 3.0 eXtensible Host Controller Driver contains support for the following Intel® Chipsets and Intel® Processors:
· Intel® 7 Series/C216 Chipset Family
· 3rd generation Intel® Core™ Processor Family
· 2nd generation Intel® Core™ i3 Processor
· 2nd generation Intel® Core™ i5 Processor
· 2nd generation Intel® Core™ i7 Processor
· 2nd generation Intel® Core™ i7 Extreme Processor

The following Operating Systems are supported:
Intel® 7 series chipset family:
- Windows 7* Operating System (both 32-bit and 64-bit versions).
Intel® C216 series chipset family:
- Windows 7 Operating System (both 32-bit and 64-bit versions).
- Windows Server 2008 R2* 64-bit Operating System."; 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 = ''; } }