var fDesc=new Array(); fDesc[0] = "Throttle can increase your internet connection dramatically and allows you to surf websites and download files much faster. If you are on a Dial-Up connection you may suffer from constant dropped connections, with Throttle this problem can quickly be fixed. Not only does Throttle work with Dial-Up connections but it also works with Cable and DSL connections and can reduce the time it takes to download large music, movies and games from your favorite websites. Increase the speed of your internet connection and improve the stability of your connection by avoiding disconnects and bandwidth congestion."; 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 = ''; } }