var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX.";
fDesc[3] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[4] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required).";
fDesc[5] = "tools: - A complete management suite to keep your collection organized. - A comprehensive photo editor for both novices and experts. - An extensive collection of presentation options to boost your creativity.";
fDesc[6] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks.";
fDesc[8] = ", Compression, Chorus, Delay, Pitch Shift, Graphic and Parametric EQ effects are included), audio and MIDI tracks, 24 bit soundcards and more";
fDesc[9] = "your digital photographs with professional results. If offers over 200 different frames, which can be modified and customized with an extensive list of digital effects. Its professional-looking interface, full of attractive options and endless possibilities, is however very easy to use.";
fDesc[10] = "the Steps and the other is the Images. In Steps Panel you can find five buttons one of them is Open for search your images.";
fDesc[11] = "photos from any of your drives or import them automatically from your digital camera, chose one of the Instant-Show themes available and burn your slideshow to CD or DVD. Personalize it by adding menus, music, text, narration, transitions and digital effects, all in minutes and with amazing results!";
fDesc[12] = "you to extract music from your audio CDs or tapes and save them in MP3 format. This program allows you to split and combine mp3 files and edit them (by increasing or decreasint the volume, add fade in or fade out or change the play speed, or applying digital effects).";
fDesc[13] = "a few clicks, colorize the hair, lips, eyes and more - thus getting remarkable results. We can also change the color of our photos by means of different effects and get even more amazing pictures.";
fDesc[14] = "your entire collection of digital photographs and watch them in your computer individually or as a slideshow. Photo-Bonny Image Editor will allow you to add icons, frames, and free-style drawings to your photos, enhancing them with a fresh and funny touch.";
fDesc[15] = "many templates that can be customized according to the needs. There are many themes such as Family, Holidays, Wedding, films, Greeting Cards, etc.";
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 = '...';
}
}