var fDesc=new Array();
fDesc[1] = "DVD from home videos. You can playback digital media files, and make an archive song collection in MP3. You can also backup personal data and legally record DVDs.";
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] = "Corel VideoStudio is software that is filled with a lot of “deliciousness’s and various beautiful things. As any other program of Corel this program distinguishes by its user-friendly and intuitive interface and inimitable style. You will be surprised how easily and quickly you can create your own home video with professional results!";
fDesc[4] = "for non-experts, it has numerous utilities to edit images in a personalized way. However, the amount of tools offered may be confusing to users who have had no previous contact with basic image editors.";
fDesc[5] = "easily and quickly. Get professional results with its more than 800 special effects, countless editing combinations and an extensive range of presentations and photo projects. It supports 20 different image file formats.";
fDesc[6] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[7] = "other purpose, you need a passport-size photo for each task. Passport Photo is designed to meet this requirement. This easy-to-use software helps you to create passport photos for printing in just a few minutes.";
fDesc[8] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more.";
fDesc[9] = "retouch tools.";
fDesc[10] = "applications. The application lists of the Fifth Element are spread out in various categories namely Personal productivity software, Communications, Graphical software, Multimedia, General Utility, Security and Desktop Enhancement.";
fDesc[11] = "print your home digital photos, or you are a Professional looking for a way to easily print your photographic products, you will find PhotoELF simple to use and it has enough features to keep the advanced user more then satisfied. PhotoELF offers the ability to print up to 144 photos per page, print proof sheets, montages, calendars and more. You may also Batch Print a folder of pictures with any number per page, until all selected photos are printed. Photos may be clicked, dragged, sized and edited right on the print page itself. You may create your own custom print page templates, or use the standard Auto Organize features.";
fDesc[12] = "album can be used at home and at the office.";
fDesc[13] = "comments. Transforms pictures in batch mode, web-slideshows. Picture editor. View stitched pictures in the cyclorama viewer. SLideshow,Screensaver.";
fDesc[14] = ", chromatic aberration, vignetting correction and other pro features. Voice comments, multiprocessor support and more.";
fDesc[15] = "of digital pictures they have on their systems. With Winkflash Photo Manager customers can create photo galleries and use basic editing functions. It has more options and control of those options than most places on altering the photo.";
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 = '...';
}
}