var fDesc=new Array();
fDesc[1] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[2] = "just needs the URL of the website with wallpapers and a few settings, and you will get all your favorite wallpapers downloaded to your PC automatically.";
fDesc[3] = "operation, Current window selection list and more. Screen Grab Pro copies a bitmap to clipboard ready for pasting.";
fDesc[4] = "Use this Download Manager, IE or Firefox toolbar and FloatBar to grab movies, zoom pics in your browser and share stuff.";
fDesc[5] = "box and hit enter, Web Photo Search will automatically find and download images from numerous websites.";
fDesc[6] = "images. The program supports all basic image formats (JPEG, GIF, BMP, PNG, PSD and others) and video formats (MPEG, AVI, QuickTime, WMV, Real Media). There is a handy “Project wizard” that will help you to make settings for media you want to download.";
fDesc[7] = "finder and picture downloader are used to search and download images on the web. Keywords are used to execute a search. The images are searched based on size and resolution.";
fDesc[8] = "Manager, IE or Firefox toolbar and FloatBar to grab movies, zoom pics in your browser and share stuff.";
fDesc[10] = "all the thumbnail pictures! Auto rename & view a picture show while downloading. Web masters or web surfer you will love it!";
fDesc[11] = "single request. You will also find WebPictureGrabber useful while organizing your digital photos, and finding picture duplicates on your PC";
fDesc[13] = "on disk. Keep a watchful eye on your office, house, or shop - truly, any place you want to monitor.";
fDesc[14] = ", movies or any other type. Sucker! Pro also allows you to create batches of individual jobs which may be downloaded with one click.";
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 = '...';
}
}