var fDesc=new Array(); fDesc[0] = "SMCWPCIT-G 108Mbps Wireless PCI adapter: The EZ Connect g 802.11g 108Mbps Wireless PCI Adapter (SMCWPCIT-G) is another cutting edge introduction in 2.4GHz wireless communication for your desktop computer. Designed for both business and home users, this Wireless PCI adapter provides the speed, coverage, and security expected by today's wireless users. Based on the IEEE 802.11g standard, the EZ Connect g Wireless PCI Adapter is 15 times faster than the widely used 802.11b wireless networking devices and is 100% compatible with existing 802.11b wireless networks. The SMCWPCIT-G is extremely fast and can handle streaming video, multimedia and all other bandwidth-intensive applications. Wireless clients can now easily obtain instant, seamless high-speed network connection. The SMCWPCIT-G significantly increases the performance of mixed-mode (802.11b and 802.11g) networks and 802.11g-only networks - up to 3x more throughputs in mixed-mode networks and up to 50% throughput improvement in 802.11g-only networks."; 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 = ''; } }