var fDesc=new Array(); fDesc[0] = "NETGEAR AC78xS is combo which contains the tool and the library files required by Windows to install the device.

The mobile hotspot enables you to create WiFi Access points in any location with cellular network coverage. Use WiFi access points to connect your laptop and other WiFi-capable devices."; 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 = ''; } }