var fDesc=new Array();
fDesc[1] = "PDF format to as the standard for giving downloadable information pages or printable forms. This software helps you do all the operations on a PDF file, like inseting password, converting images to text, compressing and reducing file sizes, etc.";
fDesc[2] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft.";
fDesc[3] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!";
fDesc[4] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[5] = "site. The purpose of Timershot is to take pictures using the web cam installed in the system, at specified time intervals.";
fDesc[6] = "computer. When you load DriverGuide, the software immediately begins to list the devices on your computer, and you will be able to see all your drivers perfectly categorized. The application will also help you to search for driver updates and make a backup of all your drivers.";
fDesc[7] = "detachments of the terrorists. You are located in the trench and have weapons at your disposal. Fight for the world peace";
fDesc[8] = "GIF animations. It supports all of the popular formats. It has a nice preview option that will allow you to preview your animation or picture as you would see it exactly on your Web site.";
fDesc[9] = "site Gametop.com, you don´t have to register just choose the game and then download. This is game full of adrenaline of course that you must shoot all the time, because is the only way that you can survive and pass to the next level.";
fDesc[10] = "to use and it is packed with useful features that, in the end, make your life easier. You can use this FTP client to upload and download files from the web or to someone else's computer, to upload and maintain your web site and so much more.";
fDesc[11] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[12] = "free and we can use to get our videos. When you open the program you can find one box in the top and the button add you must to copy your video url and put there and when you click in the add button the video appear in the window below in the first position you can add more videos.";
fDesc[13] = "by various monsters. It is necessary to stay alive to pass the level.";
fDesc[14] = "seen. Add Input Boxes, Text Areas, Lists, Drop Down Boxes, Check Boxes, Radio Buttons and more !";
fDesc[15] = "if you are not a user, in a little time you’ll be a viewer of a Sketchup created model. In that case you will be needing the Google Sketchup Viewer, available for free download from the Sketchup web site.";
fDesc[16] = "uploading files between the web and the user PC. Files can be html pages, images, etc. for a web site and also videos, music, etc. to share with other web users. The application includes a Site Manager for renaming, creating sites and folders, for deleting files and folders, etc.";
fDesc[17] = "Create a complete profile of the site's structure, files, external links and even link errors.";
fDesc[18] = "website's pictures, movies, songs, videos and other contents easily. The program supports resuming broken downloads.";
fDesc[19] = ", but will immediately update to version 8.5.0.4. This program is dedicated to promote web sites in 19 different search engines. It also contains website maintenance software, and web optimization software tools.";
fDesc[20] = "from a given web site or web page. Its batch capabilities will allow you to provide this tool with a list of URLs and let it do all the work for you. It will download all GIF, PNG, BMP, and JPG images present in the web site, with exactly the same resolution and size of the original image files.";
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 = '...';
}
}