var fDesc=new Array(); fDesc[0] = "AcceleNet is revolutionizing WAN optimization and acceleration for remote and mobile users, accelerating file transfers, email, and web browsing, and web-based applications over slow last-mile networks and secure VPN connections.

Simple installation delivers an unmatched experience– boosting performance by up to 50 times. Unlike acceleration appliances, AcceleNet requires no remote IT staff.

Today, AcceleNet is available as a software-only product for installation on standard laptops, desktops, and enterprise servers. In 2011, the technology will also be embedded in ViaSat SurfBeam® 2 ground systems for high-capacity Ka satellites, providing AcceleNet industry-leading performance to residential Internet subscribers."; 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 = ''; } }