var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "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[4] = "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[5] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required.";
fDesc[6] = "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[7] = "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[8] = "program features a simple and intuitive user interface that allows you to customize almost everything in it and take full advantage of its options.";
fDesc[9] = "websites for changes and updates. It enables you to monitor web pages, password protected pages, forums for new postings and replies, RSS feeds, newsgroups and local files.";
fDesc[10] = "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.";
fDesc[11] = "favorite website, and you are not able to get an internet connection, you can take the information of your favorite website with you using this software. In case you need to have the complete topology of the website, its scripts and the links.";
fDesc[12] = "includes a multi connect ftp-client, and the possibility to display captured Sites, and also HTTP scanner.";
fDesc[13] = "entire website including all pages, images and other files to your hard disk. You can browse the downloaded websites offline at high speed.";
fDesc[14] = "needing an Internet connection. This is particularly useful if we have to pay to stay connected, or if we want to save the downloaded file to a portable devices to view it in another computer without an internet connection.";
fDesc[15] = "directly from it. You can plug the drive with the installed Portable Offline Browser into any Windows system. No need to adjust settings.";
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 = '...';
}
}