var fDesc=new Array(); fDesc[0] = "Connectify Dispatch is a network load balancer that lets you combine the speed of all your Internet connections. This is particularly suited for activities that involve downloading multiple files such as BitTorrent and web browsing. While a single large stream like Netflix can’t be split across multiple Internet connections with Connectify Dispatch, it will be assigned to the fastest one while other requests will be intelligently routed to other connections."; 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 = ''; } }