var fDesc=new Array();
fDesc[2] = "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[3] = "digital photo album. A flipping sound can be heard while opening the digital album which gives the viewer a feel of a real and attractive flash photo album. FLIP Flash Album Deluxe serves as a most powerful and easy to use tool.";
fDesc[4] = "pictures, but also for scrapbooking, since you can also add text and even hypertext links. There are two ways of starting a project. You can create a new book, which will give you a sort of 3D representation of a book.";
fDesc[5] = "processor, spreadsheet, photo editor and digital photo organizer. Also Includes export to Adobe Acrobat PDF files.";
fDesc[6] = "photo album with a real photo-album-like interface and designed for digital cameras, scanners and other image capturing devices. Presto! PhotoAlbum is an award winning software that makes creating albums fun and easy with drag & drop tools for decorating and viewing your photos. Use your TWAIN-compliant digital camera, scanner, or other image capturing devices to make your memories last forever. Add clip-art, voice, text and special effects to your album. Save as .HTML and post to your web page or save as .EXE and e-mail or save the album to a disk and share with friends and family. Presto! PhotoAlbum is a 32-bit native Windows 95application that imports existing 24-bit color images in standard formats such as .BMP, .JPEG, .TIFF, .PNG,Flashpix, and PhotoCD.";
fDesc[7] = "as a FlipBook on the Web or on CDs for viewing on a PC.";
fDesc[8] = "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[9] = "efficient way to organize it, you must have this digital photo album software.";
fDesc[10] = "create albums from pre-designed templates to fully customized albums (includes backgrounds, frames, etc). Is compatible with the previous versions.";
fDesc[11] = "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[13] = "formatted text and OLE objects, filter them by date and keywords.";
fDesc[14] = "Organize your digital photos using thumbnails. Easily share your memories with family and friends in a slide show with captions, via E-mail, or on Web.";
fDesc[15] = "at the office.";
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 = '...';
}
}