var fDesc=new Array(); fDesc[0] = "NETGEAR 108 Mbps Wireless PCI Adapter WG311T: Astonishing wireless speed and amazing range to your desktop PC that's what you get with NETGEAR's WG311T 108 Mbps Wireless PCI Adapter.Use it with our WGT624 108 Mbps Wireless Firewall Router to attain speeds up to 10x faster than most existing Wi-Fi wireless networks. Now your desktop PC can be placed farther from the access point than ever before,eliminating the need to run unsightly Ethernet cables across your home.NETGEAR's Smart Wizard install assistant makes setup easy, so you're up and running within minutes."; 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 = ''; } }