var fDesc=new Array();
fDesc[1] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program.";
fDesc[2] = "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[3] = "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[4] = "languages. PicaJet 2.5.0.495 begins with a tutorial that guides you through the whole process of organizing your existing digital photos.";
fDesc[5] = "photos with multiple options, then Turbo Photo is an excellent program to try. With this powerful application you will be able not only to edit your photos in a professional way, but also create beautiful albums for your pictures.";
fDesc[6] = "program is easy to work with and to follow. You can edit your pictures to make collages and scrapbooks. It also allows you to save your projects, so you can go back to them every time you need to.";
fDesc[7] = "printing contact sheets and calendars, and a paper saver. PDF support.";
fDesc[8] = ", any digital image file) of huge size by enlarging it using highly advanced photo enlargement engine.";
fDesc[9] = "change the contrast, brightness and color settings of your photos before you frame them using the program. The program is designed keeping the novice in mind and the user interface is as simple as 123.";
fDesc[10] = "wallpaper for your computer with one click. Many tools are also available which assist you to print or to configure photo galleries. It's possible to fix and enhance the photos. Also, with Sure Thing Photo you can backup your photos.";
fDesc[11] = "can manage, edit, sort, add comments, print, create a database, send by e-mail, set filters, search by keyword, etc. It has a user-friendly interface.";
fDesc[12] = "programs can only print one photograph per page. And most desktop publishing programs are very pricey.";
fDesc[13] = "technology. Rotate, crop, resize, remove red-eye, and sharpen. CorrectPhoto is the perfect digital photo editor for Windows XP and Vista.";
fDesc[15] = "sort, move or copy photos using photo metadata.";
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 = '...';
}
}