var fDesc=new Array(); fDesc[0] = "GW-US300MiniW 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-US300MiniW is connecting to the standard routers, it can perform much better than other standard stations."; 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 = ''; } }