var fDesc=new Array();
fDesc[1] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate.";
fDesc[2] = "Database), audio player, audio editor, ID3 (metadata container) Tag editor, CD creator, lyrics editor and album cover image editor. Available for: Microsoft Win98 / NT / ME / 2000 / XP / Vista.";
fDesc[3] = "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[4] = "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[5] = ", edits them, automatically creates HTML pages and slideshows for the web, home or CD, saves, uploads to the web or sends it over e-mail. It has been designed to create professional looking image galleries. It is one of the most flexible photo album software in its class and great for power users. If you have some knowledge of HTML, you can customize absolutely everything, including page layouts and style sheets; add links to outside pages and more. Features: Designed to make photo albums and slideshows easy and fast Professional looking photo albums Photo editing and Effects Tools Drag and drop image support Provide titles and captions for each photo Built-in Instant Gallery Wizard Built-in FTP uploader";
fDesc[6] = "burn to VCD, SVCD, and DVD, or to share. Users will benefit from this program’s ability to enable them to gather their photographs from various sources.";
fDesc[10] = "based animated photo album, and more. Why buy anything else when right here you can have all the tools you need for photography?";
fDesc[11] = "memorial moments with your family or friends on your own homepage or website.";
fDesc[12] = "control of output. Using simple 5 steps wizard interface you'll use the right functionality and feel all the power of simplify";
fDesc[13] = "knowledge. It also features many ready-to-use web album templates that can be easily customized for your needs.";
fDesc[15] = ", and up to 8 sets of subtitle.";
fDesc[16] = "file for your album, so you can share your photos with your family and friends in easy way.";
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 = '...';
}
}