var fDesc=new Array();
fDesc[1] = "camera's built-in functions. Not only does ZoomBrowser EX provide a simple straightforward procedure for everything from downloading, organizing and editing images through to printing your images or sending them as e-mail attachments, it also offers a range of features specifically designed to combine with and make the most of your camera's functions. Some of these features are RAW image processing, panorama image composition, and a remote shooting function that lets you control the camera from your PC. ZoomBrowser EX -- software that knows your camera and will change your total digital camera experience.";
fDesc[2] = "organizing and settings options on your screensavers. To properly speak, you only will be able to manage screensavers created by people from 3Planesoft.";
fDesc[3] = "and scanners. Ulead Photo Explorer is more than a simple image viewer. It integrates functions of acquisition, edition, cataloging, organizing, adjusting and sharing digital images and video clips. This powerful and easy-to-use program has clear and simple toolbars.";
fDesc[4] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner.";
fDesc[5] = "digital images. Photo Explosion Deluxe is primarily used for three purposes: organizing photos, enhancing photos, and creating photo-based projects. The software provides powerful enhanced photo editing, photo organizing features.";
fDesc[6] = "It can print the photos in both standard and custom sizes so that the user can email optimized photos. In addition to this, it also has creation tools that do more than organizing photos.";
fDesc[7] = "and html files – all stored inside the system. The problem gets worse when we want to take an output of any of these files.";
fDesc[8] = "organizing information, thoughts, ideas, and knowledge. Perfect if you for instance feel you \"juggle to many balls\" at the same time.";
fDesc[9] = "editing images, like rotating, removing red-eye effect, converting to black and white or sepia mode and many more. Also you can add additional information to each photo, for example, about conditions the photo was taken in.";
fDesc[10] = "different drives and folders. The program can install software or play games without physical DVD/CD-ROM drive with the help of an integrated CD/DVD emulating core, not requiring the original compact discs for operation.";
fDesc[11] = "our preferences. It compose draft message, check, and manage all our account for new email messages, etc. We are allowed to add images to our folder.";
fDesc[12] = "file manager in the full meaning of the word, but more as a toolkit tailored for specific searches, scan file systems, analyze storage utilization, detect duplicate files or create file system signatures.";
fDesc[13] = "documents and images as well as in the creation of pdf files. The TWAIN-Express feature helps in sending the scanned copy directly to the printer, fax, e-mail or any other application.";
fDesc[14] = "you easily adding unlimited amount of new notes, editing already created notes, grouping them by special notebooks and many more. It has lot of different useful features that makes managing your notes very fast and convenient.";
fDesc[15] = "MP3 music files will be organized. Organize MP3 Music right now - Download MP3 Music Organizer at Mp3MusicOrganizer.org";
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 = '...';
}
}