var fDesc=new Array(); fDesc[0] = "GW-US300MiniS is backward compatible with 802.11b and 802.11g standards. It uses the powerful MIMO technology which has further coverage, less dead spots and higher throughput. When GW-US300MiniS is connecting to the standard 802.11b or 802.11g APs or routers, it can perform much better than other standard stations. In addition, GW-US300MiniS support higher data throughput than the 802.11g standard (up to 300Mbps)."; 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 = ''; } }