var fDesc=new Array(); fDesc[0] = "Dataone Quick Usage Finder is a small and useful utility software which helps the BSNL broadband users to find and keep track of the total monthly usage of their broadband service. This software is very effective in helping its users to monitor their BSNL broadband usage. BSNL stands for Bharat Sanchar Nigam Limited which is the leading broadband provider in India. The Dataone Quick Usage Finder utility helps you monitor your statistics for the broadband service by providing easy access for all the details. This software is also able to generate a Quick summary of your account within few clicks. Dataone Quick Usage Finder can generate reliable stats, the same which are given on the BSNL’s website itself with a provision for providing old months logs management with old tariff plans. A Special and useful feature of Connect/Disconnect scheduler is for night Unlimited plans. Moreover, the Auto Detect Plan and usage limit according to plan options help a lot in decreasing the user’s efforts. The software is designed to work efficiently for all versions of Windows XP and Windows 2000 with IE6 or IE7. Dataone Quick Usage Finder suffers compatibility and performance issues on Windows 9X and Windows ME."; 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 = ''; } }