var fDesc=new Array(); fDesc[0] = "TPG LeechOmeter is a Windows utility designed primarily to monitor download usage for anyone on a TPG Internet plan. Usage information is updated automatically with data retrieved directly from TPG's webserver.
TPG LeechOmeter does not monitor usage for other internet providers. When TPG LeechOmeter is running, an icon will appear in the notification area of the taskbar. This icon contains a number. This number displays how much of your download allowance you have remaining, or how much you've used. The colour of the number (as well as the main window's bars) indicates whether your current downloading rate is within the recommended rate. IE: If you continue at this rate will you be capped/shaped?"; 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 = ''; } }