var fDesc=new Array();
fDesc[1] = "music and transitions. Share this exciting day on a screen using only a common DVD player in the comfort of your home. Use your CD or DVD burner to make high quality photo slide show DVD disc in less than half hour.";
fDesc[2] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available";
fDesc[3] = "chameleons do. The tool is very easy to handle as it does not require precise selection of objects. It has 4 modes of collage creation.";
fDesc[4] = "res. Present memories beautifully with a single click!";
fDesc[5] = "pictures on the computer, but only one of them is really safe. Protect your collections of digital pictures with PicaSafe! Keep. Watch. Hide.";
fDesc[6] = "that will allow you to incorporate music, sounds and even your own voice recordings that you have recorded using a microphone.";
fDesc[7] = ", transitions, DVD menus. It can quickly and easily produce amazing wedding photo album DVD video disc playable on TV.";
fDesc[8] = "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[9] = "all of fantasies come true by planning every aspect of your wedding such as the groom, cake, flowers, presents, etc. The first and more important thing to do is select the perfect groom. Then, you also select his tuxedo, his groomsmen, and of course your bridesmaids.";
fDesc[10] = "just as fun and almost as easy to create. You can easily share your albums via e-mail, CD-ROM or the Internet";
fDesc[11] = "http:/www.xequte.com/ dijialbum/index.html";
fDesc[12] = "can add our own music as well. Unlike other similar programs that only create silent photo animations, Mixaz can create real video file that can be played in any home player.";
fDesc[13] = ", picture album, album review and family photo album. It can create, release or manage your photo album online easily, and allows you to upload, download, manage, and browse your photos online, and you even could browse your album through web.";
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 = '...';
}
}