var fDesc=new Array();
fDesc[1] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[2] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders.";
fDesc[3] = "are in the \"cloud\" and map those services to drives in your computer. We have been over other applications that allow you to upload and download files to services like Gmail in the same way.";
fDesc[6] = ", bigupload, and many, many more. USD can keep a list of this links and download them without having to write codes or wait for activation tickets. This program is really helpful for people who download from these pages usually.";
fDesc[7] = "all type and genre. The application is very helpful in development of visually appealing websites by providing in-built and ready to use templates. Using the templates in web development is just a breeze.";
fDesc[8] = "intended) gaining popularity for those who download illegal TV shows and movies from the Internet (shame on you). Many people download those shows and uploads them to Rapidshare, which is a file sharing service.";
fDesc[9] = "transferring), Time synch, Traffic explorer and many others. Designed for users of all skills, has lots of unmatched features.";
fDesc[10] = "95% of the search engine traffic. There is no other product on the market that rivals the product.";
fDesc[11] = "the pages like a real book. Created photo albums can be opened to the public on your Web pages. Key Features You can create photo albums only by drag-and-drop pictures. You can save photo albums in your machine, and can upload to the Web to share with other people. Created photo album looks like a real book, you can turn over pages like a real book. You can add music to photo albums. You can carete and manage photo albums intuitively.";
fDesc[12] = "beyond by allowing you to upload files, scripting to control everything, and more.";
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 = '...';
}
}