var fDesc=new Array(); fDesc[0] = "HNFAP™ FAP Monitor is like a smart gas gauge for your HughesNet® high-speed Satellite Internet. HNFAP ("hen-fap") helps you download as much as possible without running out of gas.

With HNFAP you can :
- Download as much as possible
- Avoid download penalties
- Detect bandwidth-hogging Web pages and spyware

Main Benefits:

- Get the most bandwidth for your buck
- Keep your Web operating at high-speed
- Monitor your Web in real-time"; 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 = ''; } }