var fDesc=new Array(); fDesc[0] = "The Atheros Client Utility (ACU) is a user-mode utility designed to edit and add profiles for, as well as display and diagnostics pertaining to a selected Atheros network interface card (wireless adapter).
System Requirements
Laptop/ PC containing:
- 32-bit CardBus slot (or Desktop PC with PC Card-PCI adapter)
- Mini PCI
- 32 MB memory or greater
- 300 MHz processor or higher
- Microsoft Windows 2000, Windows Millennium Edition,
- Windows 98 Second Edition, Windows XP,or Windows NT 4.0 (with Service Pack 6)"; 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 = ''; } }