var fDesc=new Array(); fDesc[1] = "The present limit is 20 folders with 20,000 files each and no more than 4 GB in total. Very useful to avoid the hassle of transporting files in a USB drive."; fDesc[2] = "multi-channel technology and mirror searching for increasing the speed of downloads. DAP can download Youtube videos or other online videos, and it also allows a user to preview the video content while downloading it."; fDesc[3] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection."; fDesc[4] = "download this program and start enjoying it! Get the latest TVUPlayer, the best way to watch TV on the Internet. The developers added many cool new features such as language filter to make your viewing experience even better"; fDesc[5] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband."; fDesc[6] = "compatible with broadband, dial-up, and the Windows® 2000, XP and Windows Vista® operating systems... and best of all, it's absolutely free. Features include: Ability to browse without sign-in for broadband users. Unlimited email storage. Instant news updates from the RSS feed reader on the toolbar."; fDesc[7] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[8] = "download speed and browsers (Internet Explorer and Mozilla Firefox). This excellent program will improve your online speed when surfing the net with your browser while keeping the original website quality."; fDesc[9] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems."; fDesc[10] = "of free TV channels from different countries of all over the world in different languages is the broadband connection."; fDesc[11] = "in-depth knowledgeable information about your all network adapters. Even it is also able to extract value information of my broadband USB modem. Now I am able to find secrets information of my broadband network adapter like Adapter Name, Description, Speed, MTU etc."; fDesc[12] = "download capacity monthly, Broadband Download Monitor is for you. Broadband Download Monitor, as his name explain, is a free internet traffic monitor that can limit the connection bandwith"; fDesc[13] = "CPU load. PPPoE support. PPPoE Server. multi-Session. NDIS 6 under Vista."; fDesc[14] = "number of tariffs for different type of users and the controlling parameter is the limit to upload/download it is very difficult to control the usage and know your monthly billing. It is a wonderful product to serve the purpose of Usage Finder for Dataone users."; fDesc[15] = "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."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }