var fDesc=new Array();
fDesc[1] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio.";
fDesc[2] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu.";
fDesc[3] = "of quality ringtones is touching sky limits. But user has been burning their pockets for such ringtones. Ringtone Converter / Ringtone Composer come as a savior to the pockets of such enthusiasts’ users.";
fDesc[4] = "ring tone for the mobile. Most of the common ring tone format are supported and can be converted from mp3 or wma or wav files. The software has a send function to transfer the converted file to the mobile. MP3 To Ringtone supports multi audio cds to be ripped at the same time.";
fDesc[5] = "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[6] = ", Samsung, Siemens, Ericsson, LG, Philips, Panasonic, Sagem, and many more. Free trial version available. No cables required!";
fDesc[7] = "need to pay for every Nokia specific ringtone. Whole process requires only a few clicks from music load to your ready to use ringtone.";
fDesc[8] = "video/music files like AVI, MPEG, WMV, DivX, MP4, H.264/AVC, MKV, WMA, WAV to MP3, and transfers ringtone to your device directly after making if you like.";
fDesc[10] = "files and CD tracks(ringtone ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4 ringtones.";
fDesc[11] = ", MPEG, MP4, ASF, VOB, 3GP, iPhone video and MP3, AAC, AC3, AMR, M4A, OGG, WAV audio format. You can convert to MP3, AAC, AC3, AMR, M4A, OGG, WAV.";
fDesc[12] = "your cell phone. This program supports a big number of audio formats, including Mp3, WAV, WMA, OGG and many more. The program is very easy to use and very easy to install.";
fDesc[13] = "Mobile Ringtone Converter Aya Photo SlideShow Creator. You can convert,split,cut video and audio from one format to another format";
fDesc[14] = "This software supports many audio formats like mp3, wma, wav, tta, ogc, mp2, m4a, aac, ac3 and converts them to ringtones of the format amr, wav, ogc, mp3, m4a, aac, ac3. The conversion speed of the software is very fast and can be increased by using certain settings.";
fDesc[15] = "files and CD tracks(ringtone ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4 ringtones.";
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 = '...';
}
}