var fDesc=new Array(); fDesc[1] = "system. That's where filehippo.com Update Checker comes in handy, as the name suggests is a utility developed by filehippo.com. It scans a user computer for installed softwares & utility then it generate a list of softwares & send this information back to filehippo.com to check whether newer versions of these softwares are available or not. All this is done within a time period of 2-5 seconds. The result is then displayed in the browser windows for you to download. It also shows the recent beta versions of the softwares installed. You can check for newer updates right from your taskbar using the tray icon. From the taskbar it automatically searches for new updates & alerts you using a popup notification. You can also customize your results or change the default browser in which you want to show your result. It is a boon for computer users who want their softwares to be updated all the..."; fDesc[2] = "installed in English or German. When you install TV-Browser 2.6.3, the first thing you have to do is to go through the Setup Assistant, in order to configure your system properly. It will check your Internet Connection and bring the list of available channels."; fDesc[3] = "access to several Windows settings that aren't usually accessible to regular users, so they can customize Windows to make it more suitable for their likes and needs."; fDesc[4] = ", suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminders, HTML export."; fDesc[5] = "competitors. It displays the results in an easy to read, color coded report window."; fDesc[6] = "friends, business and career, among other categories selected by the user. It also includes a to-do list that enables you to add important events or tasks that require immediate attention and you can also also add reminders or recurrence."; fDesc[7] = "icons, suitable both for personal and business use. All to-do tasks can have customized priority level, type, due date. Inbuilt reminder."; fDesc[8] = "more. Checks for Technical Service Bulletins and reminds you when maintenance is due. Perfect for any car owner."; fDesc[9] = "Free and fast proxy checking software. Supports SOCKS4/SOCKS5/HTTP/HTT PS proxies. Multithreaded. Handle redirects. Can download proxy list from the given URL."; fDesc[10] = "printed and exported to HTML. Each task has easy to edit rich text format notes. Everything is saved automatically."; fDesc[11] = "reminders, marketing/political campaign promotion, emergency notification and more. Spreadsheet interface makes it easy to create/import phone list."; fDesc[12] = "read a list of IP addresses from a file, one per line. Further details are available at http://www.ezrstats.co m/Weblog.htm"; fDesc[13] = "conversions and calculations. You can use more than 800 units and add more. You have to type the input with numbers or any arithmetical expression. It also contains a standard and scientific calculator. Pocket PC requirements: Windows Mobile 2002, 2003, and 540kb of available space."; fDesc[14] = "features useful to small development teams, and is easy to use and administer. QVCS includes an explorer style GUI and extensive help."; fDesc[15] = "account. All information in the Organizer is saved on hard drive or on your email account! You can write note at work and read it at home."; 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 = '...'; } }