var fDesc=new Array();
fDesc[1] = "Beat the time pulling out all the pair of tiles. Remember you can only put out identical tiles by pairs. Enjoy and excercise your mind.";
fDesc[2] = "box and hit enter, Web Photo Search will automatically find and download images from numerous websites.";
fDesc[3] = ", easy and convenient. ActualDoc keeps track of the documents you are currently working on and helps you to find any of them";
fDesc[4] = "wallpapers from local files or from the internet, you can apply watermark and you can add a customizable analogue clock and a calendar to your desktop.";
fDesc[5] = "documents you are currently working with and helps you to find any of them with three clicks. Filtering options and documents viewer included.";
fDesc[6] = "to change it every day if you want to? Well Traffic Screensaver is one of those super customizable screensavers to use once and again and never get tired of.";
fDesc[7] = "publicly available adult sites.";
fDesc[8] = "does, is basically connect to websites such as National Geographic, Earth Science, Astronomy, or Wikipedia, to bring to our computer the most beautiful images available.";
fDesc[9] = "downloaded.";
fDesc[10] = "any kind from the web, displaying them in an instant preview. ImageGrabDummy! contains advanced filters to block out advertisements.";
fDesc[11] = "pictures.The program is easy to use, just specify the URL for the presentation you want to download and click the DOWNLOAD button!";
fDesc[12] = "import/export of contacts from and to comma separated text files. This excellent feature allows to get existing contacts from PC applications such as Microsoft Outlook or Palm programs.";
fDesc[13] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC";
fDesc[14] = "in just a few seconds. You just have to enter a keyword and the program surfs the net for you searching everything related to that word. All the downloaded content is saved to a particular folder specified for that project and shown as thumbnails.";
fDesc[16] = "Your download manager will no longer have problems saving such problematic images that are usually found on forums or blogs. GPL works with Internet Explorer (including its shells: Maxthon, Avant, etc), ,Opera and FireFox installing GPL's extension.";
fDesc[17] = "photographs and images from the internet. The software assists the user to download the pictures on his pc just by providing a keyword. The application completes the rest of the work by itself and downloads all relevant images to the users’ computer.";
fDesc[19] = "automatically! Just type in some keywords, and press start...";
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 = '...';
}
}