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] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[3] = ", and many more. The composition templates are divided into three categories, for 1 to 3 photos, from 4 to 8, and for more than 9 photos. We are allowed to resize and fully edit the images.";
fDesc[4] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc.";
fDesc[5] = "output files in original or converted JPG, BMP, TIFF, GIF, PNG, PCX, TGA. This full-featured image-processing software generates preview in real time. Advanced styles come as an added value for making of your pics or videos the coolest ones!";
fDesc[6] = "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[7] = "allows the user(s) to create 3 different image sizes all at once, and can be used for different formats. The Thumb Studio can also be used to add a visible watermark to the user(s) images.";
fDesc[8] = "of all, for music lovers. Using this tools you have the possibility to record music disks with creation function of archival copies for CD and DVD disks.";
fDesc[9] = "featuring your own photo slideshows. Create a slideshow complete with transitions, music, effects and menu, and burn disc for sending to friends";
fDesc[11] = "the Internet in merely few easy steps. The user has an option of sending them via email using advanced themes. This application facilitates the novice users to publish flash presentations even without having good knowledge about the working technology.";
fDesc[12] = "players, display information about your songs like song name, artist, genre, year, etc. Stamp ID3 Tag Editor allows you to change that information.";
fDesc[13] = "templates and bonus software. PhotoImpact allows beginners to quickly achieve professional-looking results, while providing advanced features so users won't feel limited as they gain experience.";
fDesc[14] = "albums based on the popular Adobe Flash technology. Within the program you will have more than 38 eye-catching templates to choose, and you will be able to apply many visual effects to your albums with ease.";
fDesc[15] = "ready feature, create auto-start CDs containing photo albums. Automatically prep images for the web without modifying the original photos. Create auto-loading slide-shows with user-specified time interval Save photo album collections to disk so they may be retrieved/edited later Build photo albums that can be used locally or on a web server Control JPEG compression at various levels (thumbnail, index page, remote images) Create contact sheets Support for Internet Explorer and Netscape Communicator There are many customization features Supports a wide varitey of graphic fomats, JPG, GIF, BMP, PSP, TGA, PCX, TIF, and more.";
fDesc[16] = "can create a video from photos and player on your home dvd/vcd";
fDesc[17] = "digital photos. You will be able to burn these albums to a CD or DVD, in order to share your memories with friends and family. Or you can upload them to the Internet, making it much easier to share them.";
fDesc[18] = "photos.";
fDesc[19] = ", and up to 8 sets of subtitle.";
fDesc[20] = "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 = '...';
}
}