var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection.";
fDesc[3] = "download this small yet powerful application to create stunning themes for your device. As its name suggests, with this program you will be able to design custom themes, controlling almost every detail of them.";
fDesc[4] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[5] = "include your notes, tasks, reminders. The program «feature» is its layer system – separate organizers functioning simultaneously. Excellent choice for a home user!";
fDesc[6] = "Magentic´s site or in your hard disk, to be used as the wallpaper or included in a screensaver. can even choose to change wallpapers and screensavers automatically.";
fDesc[7] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[8] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc.";
fDesc[9] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures.";
fDesc[10] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[11] = "on your desktop. It creates six virtual desktops so you can classify your applications according to your needs. Each desktop will have its own icons, wallpaper and name so you can find what you need easily.";
fDesc[12] = "collages. With this cool application you will be able to: - Create collages that can be used as desktop wallpaper. - Create collages that you can send them to your friends and family by email. - Build tuning pictures for using them on your website or online album.";
fDesc[13] = "time you clic on the text. You can also modify several parameters, like the font, color, shadow and language of the Biblical quote. This version contains more than 500 Biblical verses for you to display.";
fDesc[14] = "user to arrange the buttons, the toolbar language, sets up all the toolbar services, shows all the services: search, map search, desktop notes and weather, radio and mp3 player, screensaver and wallpaper, skins and cursors, smileys and eCards, etc.";
fDesc[15] = "possibility to arrange you icons in the style the program offers, you can create your own layouts and save them. Also the icons' text or the icons themselves can be set to be hidden when we go off the desktop (or when the focus is on another window).";
fDesc[16] = "Light to autostart with Windows or not, and to include sounds or not. The complete version lets you disable the update info, use anti aliasing, prefer favicons or throw files into folder, and lets you disable the Dynamic Mouse Pointer and shortcut arrows.";
fDesc[17] = "transforms it in a window to the universe. We can use it as Wallpaper or as a Screen Saver, if you use anyone of both you can choose to refresh the view every certain amount of minutes, in the map area can download more maps and apply the zoom.";
fDesc[18] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality.";
fDesc[19] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!";
fDesc[20] = "create and share projects with your photos, videos, and music files. his incredible program allows you to edit, enhance and add creative effects to your photos, and also create your own movies or photo slide shows with a soundtrack.";
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 = '...';
}
}