var fDesc=new Array(); fDesc[1] = ", find, and share your notes and information more efficiently and effectively. The program features powerful search capabilities that help you locate information quickly and easy-to-use shared notebooks that allows you to manage information overload, whether online or offline."; fDesc[2] = ", secure digital card, thumb drive, pen drive, removable storage, ipod, and more."; fDesc[3] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[4] = "browser, to read documents and emails offline. At the begining Gears only implemented Google Reader, but now Gmail is in progress and it is expected that in the near future it will be extended to other applications such as Google Docs or Google Calendar."; fDesc[5] = "that case you need to use WinHTTrack, which will allow you to create a complete copy of the website in your hard drive. Although the simplicity and shortly striking appearance of the software is very useful."; fDesc[6] = "It is capable of launching up to ten simultaneous retrieval threads, filtering files on basis of type as well as size, searching for keywords and lots more. Teleport can mimic browsers more effectively on account of Cookie support."; fDesc[7] = "can be a threat through a USB drive. The program is small, quick and fully compatible with all software. Once installed it will not require virus database updates and will immediately provide protection against threats that come through the USB connection."; fDesc[8] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application."; fDesc[9] = "our hard drive. Once downloaded, we can go offline and use its built-in browser to view, browse, edit, and search them. It allows us to create E-books with our downloaded information and burn them to a disk. The New Project Wizard will provide systematic instructions."; fDesc[10] = "of years ago than they are now, mainly because of the increased penetration of high-speed Internet services. However, WebZIP still offers some ways to justify having one of these."; fDesc[11] = "for later offline browsing or editing. With this program you will be able to download a great number of Web and FTP sites simultaneously that you can later view inside the program or outside with your favorite browser."; fDesc[12] = "view it in our computer with its internal browser. It is also possible to export it to any removable device and browse it in another computer without an Internet connection."; fDesc[13] = "viewing, editing or browsing on a later date. Metaproducts Offline Explorer Standard supports industry-standard technologies such as FTP, different proxy servers, Java classes, scripts written in Java and VB, Cascading Style Sheets (CSS), etc."; fDesc[14] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive."; fDesc[15] = "edit, organize, add templates, and export them to any portable device. Portable Offline Browser has been updated and improved, several bugs have been fixed, other options have been disabled, and new features added."; 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 = '...'; } }