var fDesc=new Array(); fDesc[0] = "A small program to check your traffic usage. Works with many ISPs: ACSOnline, Actrix, Airnet, BorderNET, Farmside, InSPire, Maxnet, Orcon, Paradise, Quicksilver, Slingshot, Snap, Telecom/Xtra, TelstraClear, Vodafone/ihug, Woosh and WorldNet. If it doesn't support your ISP then just ask.

Traffic Usage Checker(TUC) was originally called PUC, for Paradise Usage Checker. Then it started to get requests for support for other ISPs -- the first one was added, and it was renamed to TUC. These days, with the 15 ISPs it supports -- well, that was never the plan, but these things happen."; 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 = ''; } }