var fDesc=new Array(); fDesc[0] = "PLANEX GW-US54Mini 54Mbps Wireless Mini USB Dongle: A wireless LAN links network users to LAN services without the hassle of cabling or wiring, which significantly brings mobile workers the freedom of staying connected to the network while roaming around a building or multiple buildings maintaining access to the Internet, e-mail, networked applications, and print services. This device is the perfect solution for your wireless network applications based on the IEEE 802.11g standard that offers a data rate up to 54Mbps in a wireless LAN environment. It is a high-speed wireless network card that plugs into your system and accesses to the LAN or peer-to-peer networking easily without wires or cables. No matter where it allows you to share printers, files, and other network resources."; 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 = ''; } }