var fDesc=new Array();
fDesc[1] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc.";
fDesc[2] = "that you can listen to your audio files on your cell phone anytime you want. Allok MP3 to AMR Converter 3.0 supports many audio formats, including WAV, WMA, OGG, MP3, AC3, 3GP, AMR, RMVB, MP2, RM, RAM, VOB, AVI, MPEG, VCD, WMF, ASF and many more.";
fDesc[3] = "ring tone every other day. With the help of this software the user can cut the music files into smaller pieces to compose ring tones of personal choice with great ease.";
fDesc[4] = "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[5] = "clippings to their Ringtone however not every software supports Mp3 as a ring tone, Mp3 To Ringtone Pro is a tool for all those Ringtone lovers. Mp3 To Ringtone Pro has various features and it is easy to use too. Mp3 To Ringtone Pro has customization available using various parameters";
fDesc[6] = "files. Some of the audio files you will be able to convert to are MP3, OGG, WMA, M4A, WAV, AMR, WB, AAC. MP2, AC3, AIFF and MMF. This software has got a very friendly and intuitive interface that will guide all users on how to get their files converted from one into another.";
fDesc[7] = "AVI, DivX, Xvid, MPEG, WMV, ASF, ASX, Real Video, VCD, Quick Time, SWF, FLV, MP4, 3GP, Decrypted VOB), Nullsoft video formats as input.";
fDesc[8] = "popular video formats such as convert AVI to MPEG4, WMV to AVI, WMV to MPEG4, H.264 video, MP4 to MP3,etc.";
fDesc[10] = ", AAC, AC3, AMR, M4A, OGG and WAV audio formats. It supports converting all popular video files such as AVI, WMV, MPEG, MP4, ASF, VOB,etc";
fDesc[12] = "tracks directly into MP3, WMA, OGG, AMR or WAV formats.";
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 = '...';
}
}