var fDesc=new Array();
fDesc[1] = "functionality at a time. Everything you need to enjoy your favorite song or movie, you can find in this program. A brand variety of audio and video effects and different special features make video viewing or music listening unforgettable.";
fDesc[2] = "tempo-matching technology is second-to-none, and its straightforward pick, paint, and play functionality has helped make ACID Pro software the favorite loop-based music creation tool for millions of users worldwide. Now reformulated to add multitrack recording and full MIDI sequencing to its superior looping functionality, ACID Pro 6 software delivers a new formula for ground-breaking music creation: loops + multitrack + MIDI. Together, these key components add up to a full-featured professional music workstation unlike any other.";
fDesc[3] = "various features like professional tools for recording, analysis and editing. The graphical user interface is speedy, accurate and easy to use. The audio editing lab integrates a huge range of high quality audio tools";
fDesc[4] = "in creating creative mixes. The software features time stretching and reconfiguration that is similar to digital audio workstation. It has an eight measure intelligent looping.";
fDesc[5] = "triggers. No matter what style of music you’re into, you can be sure there’s a loop out there that can spice your track up a little, or even lift it to completely new heights. But handling loops and grooves equals hard work. Hours of pitching and stretching just to get a loop to fit your song’s tempo and timing. And if you need to change the key, you’re in for even more work. In the end, your loops are controlling you, instead of vice versa. But help is on its way. From Propellerhead Software comes a suite of programs that gives you full creative control over your looped material!";
fDesc[6] = "are some programs in the market that can do this, of course, but most of them slow down everything, to the point where you cannot understand anything anymore because the speed is so slow that voice and instruments begin to sound pretty weird.";
fDesc[7] = "external subtitles. If duration of a subtitles stream does not coincide with duration of video then the program allows you to make correction of duration of a subtitles stream by its compression or stretching. The file of subtitles should be in SubRip format (extension .srt) or MicroDVD format (extensions .sub and .txt). On your computer should be installed corresponding video codecs for correct display of video files in various formats. Please download these codecs from the Internet as they are not included in a set of \"Titlevizor\" delivery.";
fDesc[8] = "image formats to JPG in a snap. Within the same window, you can find basic editing tools such as resizing, cropping, rotating, stretching, scaling, among others.";
fDesc[9] = "used by any user as it doesn’t require any special knowledge. Especially it is useful for the batch conversion. This version has an improved interface and now supports about 400 file formats.";
fDesc[10] = "tracks editing and remixing. The loop browser has a wide selection of effects like electric, drum, guitar, keyboard, bass, brass, beats and vocal etc. The master selection helps in the selection of tempo and snap.";
fDesc[11] = "allows multiple tracks editing and remixing. The loop browser has a wide selection of effects like bass, beats, FX, guitar, keys, vocals etc. The master selection helps in the selection of tempo and snap.";
fDesc[12] = "photos and descriptions, which show perfect stretching positions and prevent any pain to be caused by long working hours. In general, this application is a simple reminder that will help you keep yourself in shape by working out and stretching, even when you are at work.";
fDesc[13] = "do time stretching, pitch scaling, and/or sample rate conversion, as well as optionally recreate missing high-frequency components.";
fDesc[14] = "different sports and for over 19 different muscle groups from a database of over 130 different stretching exercises.";
fDesc[15] = "Image. Thumbnails view. Slide Show (MovieLoop) : Normal or Smooth Transition - This could be used for presentations. Drag & Drop File Support File Types ...";
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 = '...';
}
}