var fDesc=new Array();
fDesc[1] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use.";
fDesc[2] = "desktop icon for that computer family album? With Image Converter, you can";
fDesc[3] = "the popular, Google maps, Yahoo maps or Microsoft maps. The downloaded images can only be viewed by the \"Maps Viewer\", included with the program itself. There is also an option to combine the images into a big BMP image by \"Maps Combiner\".";
fDesc[4] = "Don't waste your time bogged down with countless banners and pop-ups.";
fDesc[5] = "image. It provides you with color equalizer, hue shift and curves with immediate preview of the image. With this you can create images with special effects like Sepia and Orton.";
fDesc[6] = "the boredom of watching the same image on your screen over and over every day. It will allow you to display your favorite images as wallpaper, and you can configure the amount of time it will be displayed and then changed for the next one.";
fDesc[7] = "During download a progressbar is visible. The file download applet is multi language.";
fDesc[8] = "excellent features.";
fDesc[9] = "can not only choose the engines but also add engines you'd like to use.";
fDesc[10] = "speeds. The application comprises lots of interesting tools like IP filters, a configuration wizard, a built-in audio/video player, a powerful library organizer, a multisource download facility, plug-ins and more.";
fDesc[11] = "picture you have taken from a digital camera or a photo a friend sent to you), customize it and have it on your mobile phone.";
fDesc[12] = "drive with PictureImp. Just bring up a small basket from the tray and drag and drop the image. That's it!";
fDesc[13] = "pictures.The program is easy to use, just specify the URL for the presentation you want to download and click the DOWNLOAD button!";
fDesc[15] = "pages. No more time wasted to wait the image to show up, well-organized image browser.";
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 = '...';
}
}