var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[3] = "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[4] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects.";
fDesc[5] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface.";
fDesc[6] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores.";
fDesc[7] = "songs to fit your mood, or create an instant music mix based on your favorite song. MoodLogic makes it all possible. MoodLogic was founded by music lovers who realized they were not getting the most out of their extensive music collections. Drawn by the potential of digital music, the MoodLogic team converted their music collections to MP3 format years ago. Still, something was lackingÂ… the abilities to quickly and easily navigate their collections and the compile excellent playlists. They were further disappointed by the inconsistent labeling of their songs by ripping software and services. The team created a system that could look at music on a track-by-track basis, using digital signal processing, data mining, expert ratings, collaborative filtering, and other classification options. Soon, thousands of music lovers were flocking to MoodLogic's beta site, Jaboom!, an online...";
fDesc[8] = "the images that you will use as tiles of the mosaic. You will be able to create collections of .JPG files, load a ready-made collection, use the images in black & white, extract images from an .AVI file or use some Photo Utilities.";
fDesc[9] = "easy and user-friendly interface and easy to use special photo editing tools with import/export functions. Photo Go gives the possibility of full control and organization of photo collections. It can organize even very large photo archives.";
fDesc[10] = "you to check out several different examples of some of Azure Bay titles. It will let you see selected images from different screen savers and collections so you can examine them and then install your favorite or favorites.";
fDesc[11] = ", Invert, reducing the size of images for e-mail, and easily browsing through large collections of images (just press the space bar and backspace key).";
fDesc[12] = "to use your favorite images as wallpaper or as a screensaver. It includes more than a hundred different transition effects between images, or no effect at all. As an added extra, you can also place a calendar on your wallpaper so you will never lose track of the date.";
fDesc[13] = "let you manage all the information about them in an easy way. Moreover, the application is also able to keep records of borrowed books, and records of wanted items.";
fDesc[14] = "Paradox database, and its attractive customizable interface allows you to comfortably add, modify, delete, seek, import, and export all the data you need, including images and notes. It allows you to handle up to seven collections simultaneously.";
fDesc[15] = "provides a complete loan manager. All these modules allow to catalog the information by many different fields and print an unlimited number of reports.";
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 = '...';
}
}