var fDesc=new Array(); fDesc[0] = "WT-2000PCI is a driver for the AirLive WT-2000PCI PCI card. The WT-2000PCI is a high-performance PCI card for desktop PC. It puts your desktop PC instantly to the wireless LAN network. With the removable SMA connector, you can replace the standard antenna to extend the distance. The WT-2000PCI supports 802.11e WMM (Wifi Multimedia) that enables Quality of Service for video and audio applications."; 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 = ''; } }