var fDesc=new Array();
fDesc[1] = "changed, and the direct comparison of the \"original\" and the edited picture facilitate for you the work.";
fDesc[2] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions.";
fDesc[3] = "Created to help managing photos in business and for home use.The most important features: support of more than 50 file formats creating and managing digital photo albums user customized album configuration image group edition preparing PDF, HTML albums and slideshows sending images by e-mail advanced searching and sorting CD and DVD recorder support (multisession write) VCD, SVCD and MiniDVD slideshow recording visit card, label, table, poster printing e-mail support for registered users virtual safe to encrypt personal photos supported systems: 2000/XP screen capture tool screensaver";
fDesc[4] = "as a standalone program as well as a plug-in for your favorite photo editor. It can automatically change the appearance of underexposed, overexposed and mid-tone areas of a photo without touching the exposure settings.";
fDesc[5] = "beginner. Following a three-step process, digital camera users can process a typical set of 24 photos in five minutes or less.";
fDesc[6] = "chosen by the user. Settings, photo positions, transitions effects, headline effects, etc. are very easy to select in order to obtain the desired resulting screensaver. The final result can be freely shared and distributed.";
fDesc[7] = "control of your photos. This software can be used by both novices and professionals. It will help you quick and easy manage your digital photos. It will help to store, watch, arrange and sort them. Viewing thumbnails, slide show or full sized are available.";
fDesc[9] = "first easy step your photos and images are easily imported from your cameras or scanners on to your PC or your laptop. Secondly, the tool allows you in easily viewing your photos with the options of zooming, rotating and editing them.";
fDesc[10] = "will be used in the signature. You can type your own text to be added, or you can add the file date as a signature. Finally, you can choose the position of the signature by easily selecting a combination of top/bottom and left/center/right.";
fDesc[11] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions.";
fDesc[12] = "provides a comprehensive toolbox suite so we can fully customize the album to our preferences.There are many templates, clip arts, colors, background textures, and many more. We can easily access our album collection, add pages, insert images, export, insert file, video, audio, text, print, etc.";
fDesc[14] = "intuitive editing wizards, and professional templates and layouts. Download FotoFinish and get the most out of your digital camera.";
fDesc[15] = "just as fun and almost as easy to create. You can easily share your albums via e-mail, CD-ROM or the Internet";
fDesc[16] = "http:/www.xequte.com/ dijialbum/index.html";
fDesc[17] = "allows you to have a nice image collection, which is both easy to access and browse. You will be able to add, view, store, and delete photos from the database.";
fDesc[18] = "noses, fine facial hair and more. It does this while retaining a photo-realistic image.";
fDesc[19] = "select your photos, choose the printing formats and sizes and complete a small ordering form. The program's interface allows you to pay for your prints using your credit card.";
fDesc[20] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc.";
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 = '...';
}
}