var fDesc=new Array();
fDesc[1] = "It’s easy to use wizard helps to get started with sample morphs. This gives an idea of the capability of the tool. The tool supports infinite number of picture morphing and one cannot find many tools in the market supporting this feature.";
fDesc[2] = "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[3] = "This suite contains Morpheus Photo Morpher, Morpheus Photo Warper and Morpheus Photo Mixer along with all 15 sample morphs, warps, and mixes. Morpheus Photo Animation Suite comes with an easy to use interface,";
fDesc[4] = "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[5] = "photo mixes. This gives an idea of what the tool is capable of. One can upload these pictures into sites like You Tube, Morpheus or Photobucket directly. This way one can share the pictures across easily.";
fDesc[6] = "automatically extract information on the file. E.g. EXIF picture data, MP3 tags & more. Import IMDB data tool.";
fDesc[7] = "slideshow video from your photos. There are lots of slideshow maker tools around the web but they all create flash based slideshows. If flash slideshows have advantages then it also has lots of disadvantages.";
fDesc[8] = "fascinanting stories celebrating special events and memories such as a wedding, a birthday party, and others. Also this software includes many great print features to help you get perfect results every time.";
fDesc[9] = "files. The program has got a big number of functions and options that will make your slide shows very attractive to whoever may watch them.";
fDesc[10] = ", transitions, DVD menus. It can quickly and easily produce amazing wedding photo album DVD video disc playable on TV.";
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[12] = "just as fun and almost as easy to create. You can easily share your albums via e-mail, CD-ROM or the Internet";
fDesc[13] = "http:/www.xequte.com/ dijialbum/index.html";
fDesc[15] = ", 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 = '...';
}
}