var fDesc=new Array();
fDesc[1] = "another directly and on-the-fly (without temporary files produced).";
fDesc[2] = "in a linear way (cutting and pasting fragments freely and works both as standalone application and as plug-in for the most common video edition software, such as Sony Vegas, Pure Motion EditStudio and Adobe Premiere.";
fDesc[3] = "files. The converter supports formats such as WAV, WMA, AVI, WMV, MOV, 3GP, MP4, FLV, VOB, DAT, and MPEG. You can also convert video files to MP3 audio files should you want to. The graphical user interface is rather simple, which, as you know, is a good thing.";
fDesc[4] = ", MPEG, WAV, WMA, OGG, RA, MOV, MKV, CD, VCD, DVD, etc. popular media files to MP3, WMA or OGG files.";
fDesc[5] = "digital photos, images, pictures and multimedia from all types of digital media including digital cameras, SmartMedia, CompactFlash, Sony Memory Sticks, IBM Micro Drives, Flash cards, harddisk, and others. Supports JPEG, TIFF, PNG, GIF, BMP, RAW Images, Canon CRW, Nikon NEF, Kodak DCR, Minolta MRW, Fuji RAF, AVI, MOV, MPG/MPEG, WAV, MIDI.";
fDesc[6] = "formats and an online-radio player with supporting of a great number of the radio stations on the RadioDestiny Broadcast Network. It is freeware and doesn’t put a lot of troubles while the installation.";
fDesc[7] = "accidentally erased images you will be able to get them back with this simple but powerful application, which has an easy-to-use interface.";
fDesc[8] = "audio files between MP3, MP2, MP1, MPEG, WAV, OGG, WMA and VOX formats.";
fDesc[9] = "popular ones. Expstudio Audio Converter has an intuitive, easy to use interface that allows you to convert your music files efficiently and incredibly fast";
fDesc[10] = "AVI, WMV, MOV, 3GP, MP4, FLV, RM, RMVB, VOB, DAT, MPEG, WAV, WMA, ASF, RA and all VCD & DVD formats. Batch Convert Mode is also supported.";
fDesc[12] = "you to edit AVI, WMV, DivX, XviD and MPEG files with a lot of different options. The program also allow you to merge different segments of your video files regardless of their formats. The merged files can be saved as AVI and MPEG.";
fDesc[14] = ", MOV, MKV, CD, VCD, DVD, etc. popular media files to MP3, WMA or OGG files.It can extract accompanied music from CD, VCD or DVD (disc support needed) with no quality lost. Support direct convert to MP3 files, without converting them to WAV first, quickly and save disk space. With an Audio Editor, you may have the effect of MP3, WMA and WAV files, such as seting volume, fading in and fading out, and accurately split audio files.";
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 = '...';
}
}