var fDesc=new Array();
fDesc[1] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav.";
fDesc[2] = "movies. It presents lots of useful features and tools including a video editor to crop and add effects, video triming, a PSP movie manager, and an iPod video transfer manager .";
fDesc[3] = "format. The best about this program is the ways you have to convert your files. The input formats this useful software supports are WAV, RM, RA, VQF, AAC, AC3, M4B, M4A, MP3, WMA, OGG and more";
fDesc[4] = "another. The program will convert any of your audio files in a very short amount of time. Whether you want to convert one file per time or a group of files with different formats into a specific format all at once, this program will work.";
fDesc[5] = ", RM, RMJ, WAV, MP3, OGG, WMA, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AIF, AU and 3GP. Additionally you can rip you audio CDs to WAV, MP3, WMA, AMR and OGG formats in single click.";
fDesc[6] = ", iPhone, AppleTV , PSP , 3GP, Zune,Pocket PC, FLV Video and extract audio to mp3/ogg/wma. With this incredible program you will be able to transform all your videos and movies to the format you want at high speed and with an excellent output quality.";
fDesc[7] = "mp4 files into mp3 format and vice versa. This incredible program has the ability to convert MP4, RM, MPEG4, ACC and other popular formats to MP3 simply and swiftly.";
fDesc[8] = "MPEG, AVI, WMV, DVD, ASF, VOB, ASF, ASX, M1V, M2V, M1P, M2P, etc";
fDesc[9] = "that are compatible with iPod and some other mobile devices. Using this efficient conversion tool, you will be able to convert your DVD files to iPod, Mp4, AAC, M4A and Mp3 files.";
fDesc[10] = "files (*. wma, *. asf), AAC files (* . Aac), Apple Lossless Audio files (*. m4a), MPEG-4 files (*. mp4), Dolby Digital AC-3 files (*. ac3) to MP3, WAV, WMA, OGG, APE, FLAC, MPC and VOX files, quickly and without tangling.";
fDesc[11] = "to Mp3 files. The program will also allow you to rip DVDs to DIVX and WMV files. Using this program, you will be able to extract your files to the most popular portable devices, including PSP player, iPhone, iPod, Zune Player and so on.";
fDesc[12] = "conversion speed. The program supports a lot of audio and video formats, including MP3, WAV, AMR, MMF, MIDI, AAC, 3GP, MP4 and many more. Using this software, you will be able to convert any audio file you have got and convert it so that you...";
fDesc[13] = ", iPhone, Zune, PSP, Mobile Phone, MP4, /MP3 Players, etc. You can play, trim, add effects like old film, grey or emboss, crop, and convert the video files.";
fDesc[14] = "is available for free trial and the installation is very easy which can be handled by novice users as well as expert users. OJOsoft MP4 Converter has unique feature to convert MP4 to other format or from other format to MP4.";
fDesc[15] = "files to Mp3 and Mp2 files. The program comes with advanced options that you will be able to modify in order to convert your files the way you want it.";
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 = '...';
}
}