var fDesc=new Array();
fDesc[1] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc.";
fDesc[2] = "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] = "quick, and you can create your flash album or flash movie just by few clicks - so even a normal user who doesn’t know anything about flash development can easily use this software to create flash album or flash movie. Its user friendly interface will not bother anybody.";
fDesc[6] = "transforms digital photo collection to Macromedia Flash file format ( SWF ) which you can share your memorial moments with your family or friends on your own homepage or website. With ANVSOFT Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!";
fDesc[8] = "the output format. It transforms digital photo collection to Macromedia Flash file format (SWF) which you can share your memorial moments with your family or friends on your own homepage or website. It can burn slideshow on CD or DVD disc playable on computer and save original photos on CD/DVD disc. It supports file uploading, selecting cool SWF templates and adding SWF file linked URL. With Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!";
fDesc[9] = "Pictures and Music. You can also use Flash Photo Show to convert your Flash Slideshow or any other Flash file to a Screensaver.";
fDesc[10] = "dragging and dropping the mouse. New version is available for you to add text and pictures (JPG,PNG,GIF).";
fDesc[11] = "slides as SWF,HTML,EXE,screensav er or online gallery and share your special memories with your family and friends.";
fDesc[13] = "transitions effects, various styles of templates, background music to be added on.";
fDesc[14] = "images of the format of .jpg,.gif,.bmp,.tif,.t iff,.psd and .png. The kimmie Album can be embedded on web pages.";
fDesc[15] = "memorial moments with your family or friends on your own homepage or website.";
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 = '...';
}
}