var fDesc=new Array(); fDesc[0] = "NETGEAR's 108 Mbps Wireless USB 2.0 Adapter enables 108 Mbps wireless Internet access to either your desktop or notebook PC - 10x the speed of 802.11b products. Receive up to 2x the range of 802.11g so you can move to extended distances without losing your connection. Setup is now made quick and easy with a new Smart Wizard install assistant. High-level WPA-PSK encryption shields your network from wireless eavesdroppers without sacrificing performance."; 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 = ''; } }