var fDesc=new Array();
fDesc[1] = "Engineering Team developed a killer application called the SlingPlayer™ that takes full advantage of the cutting-edge engineering inside the Slingbox. Our software works hand-in-hand with the hardware inside your Slingbox to make taking your television along with you easy. Better yet, the SlingPlayer encompasses several innovative features to bring your entire living room experience to your laptop, desktop, PDA, or smartphone (minus the couch potato). Finally you can watch and control your television wherever you are!";
fDesc[2] = "a professional way? Avidemux is a versatile video utility designed to simplify the tasks of cutting, filtering, converting and codifying videos. It supports many video and audio formats, and you will be able to design video projects with high quality results.";
fDesc[3] = "Think of this application just as a sharp digital scissors that will cut your sound tracks as simple as you were cutting a sheet of paper. Its interface offers you two different modes: Power MP3 Cutter Professional and Classic Power MP3 Cutter.";
fDesc[4] = "speed by 7-10 times.";
fDesc[5] = "efficient converter. By allowing you to select any of the four formats supported as the output format, you can keep the length of the file intact and save it using a different codec. It allows you to pre-listen to the fragment you want to cut, or to the whole file.";
fDesc[6] = "approach when they are faced with the task of cutting portions of video. What they do is cut the video and then re-encode it.";
fDesc[7] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[8] = "available for Windows users. It supports all kind of AVI audio/video files and gives output in *.avi format. It requires no encoding/decoding so no sound and video synchronization problem arise. It also accepts all size of files.";
fDesc[9] = "a simple task. What a video cutter actually does is decompress the video, cut a section of it, and then make sure to re-compress it. Xilisoft Video Cutter supports most audio and video files (VCD, AVI, MPEG, MP4, WMV, 3GP, H.264/MPEG-4 AVC, H.264/PSP AVC, MOV, ASF, etc.).";
fDesc[10] = ", preserving the original quality and bit rate of the source file. Its straightforward functionality allows any user to easily open a file, select the starting and end cutting points, and save the selection in their system.";
fDesc[11] = "file and allows you to select the fragment of your choice. There is no re-encoding involved in the cutting process, so the resulting output file will have the same DVD quality as the original.";
fDesc[12] = "will be able to cut and trim large mp3 files with multiple options, as well as join small pieces of an mp3 files to a single one. The program features an intuitive but not very attractive user interface.";
fDesc[13] = "desired parts in minutes. It is very easy to use application that doesn’t require any prior knowledge. Just import any audio or video file, play it using the built-in player then define the cutting points to cut the file into pieces.";
fDesc[14] = "cutting points a very easy task–you can either do it yourself or let the program create blocks of equal size according to your settings. Tinynice MP3Cutter includes also a MP3 Merger utility to help you join MP3 files, and a fast and efficient MP3 to WAV converter.";
fDesc[15] = "the source file. Its intuitive interface includes both a media player and a wave form graph, allowing you to select the starting and end points in an interactive way. For higher accuracy, you can set the times of your cutting points in milliseconds.";
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 = '...';
}
}