var fDesc=new Array();
fDesc[1] = "your FLV files into different video and audio formats, including AVI, MPEG, 3GP, WMV, Mp3, Mp4, WMA and MOV files. This program works with a fast conversion speed.";
fDesc[2] = "can actually convert between most popular audio and video file formats. It features a multilingual interface, batch conversion, and accurate configuration of the desired output.";
fDesc[3] = "fast and delivers a high-quality output. This software is available for Windows 2000/2003/XP and Vista. It has many more options which make it universal software for video conversion.";
fDesc[4] = "WMA, OGG files. Its features include support for batch conversion and the ability to configure output settings like frequency, channels, bit rate, compression (depending on the output format selected).";
fDesc[5] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects.";
fDesc[6] = "popular audio formats.";
fDesc[7] = ", MOV, AVI, ASF, WMV, MPEG, MP3,CD,VCD files in one single player! Full Playlist and Full-Screen playback support with onscreen controls.";
fDesc[8] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats.";
fDesc[9] = "video conversion such as WMV to AVI, WMV to MPEG or H.264/AVC video, AVI to MP4, RMVB to 3GP, AVI to MEPG, etc. to get video files suitable for many multimedia devices and drives, such as iPhone, iPod, Zen, Zune, PSP, Apple TV, mobile phones, etc.";
fDesc[10] = "setting the start point and duration at will.";
fDesc[11] = "into Mp3 files. Using this powerful software, you will be able to extract audio from the most popular mobile devices so that you can listen to any soundtrack or movies' quotes without having to watch the file.";
fDesc[12] = "because you have just found it. MP3 TO RM Converter will let you batch convert Mp3 files into RM files in a glimpse of an eye. The program works with a very high quality that can be adjusted.";
fDesc[13] = "them manually or with the help of a wizard and press a button. Joining process is fast and output has good quality.";
fDesc[14] = "This powerful software allows you to find all Mp3 files on your hard disk or in any specific folder you want. You can perform an advanced search by choosing different search parameters such as audio files' names, album, year, genre, etc.";
fDesc[15] = "file and automatic numbering. Search by names or embedded Tags. Export data to CSV file. MP3 player. En-mass operations";
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 = '...';
}
}