var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "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[3] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[4] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[5] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[6] = "There are two modes to visit your photo galleries: the Freemove Mode, where you can wander freely inside the virtual space and the Automatic Mode, in which the computer will guide you through the gallery.";
fDesc[7] = "are in search of a reliable tool that would make it easier for you to download a number of images from the net for various purposes then Web Pictures Downloader is your answer.";
fDesc[8] = "Internet. It enables you to search, download, view and organize files more easily and fast. Although the program is intended for images, you can also search and download multimedia and flash files such as music, videos, web pictures, graphics, among others.";
fDesc[9] = "the web site, finds the pictures and photos (JPG,GIF) and downloads them to hard disk. It makes picture download a fun task.";
fDesc[11] = "get stored on your hard disk, creating a mirror image of your surfing experince. Browsers create cache files and store information on you...";
fDesc[13] = "you the power of pop-up blocking ,save flash movies and pictures , check spelling ,security features and much more ...";
fDesc[14] = "the web, pictures and text get stored on your hard disk, creating a mirror image of your surfing experience. SurfSecret Privacy Protector periodically";
fDesc[15] = "developer's website. We can use it for a 30-day period or after downloading 50 images. It searches the Web for all the images in .gif and .jpeg formats and downloads them to our hard disc, so we can see them later. It uses the popular Google 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 = '...';
}
}