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] = "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[3] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information.";
fDesc[4] = "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] = "music in Mp3, MP4, WAV, WMA and OGG formats. This efficient program also works as a conversion speed. The program allows you to convert your audio files into WAV, WMA, AAC, Mp3 and OGG files.";
fDesc[7] = "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[8] = "mobile ringtone formats such as MP3, WAV, MMF, AMR etc. It can be extract and split the audio from video formats like AVI, Divx, Xvid, MPEG1, MPEG2, DVD, VCD, SVCD, MP4, PSP, 3GP, ASF, WMV, DAT, H264, H263, RM, RMVB, MKV, FLV.";
fDesc[9] = ", such as MP3 files, CD/DVD and WMV, AVI, RMVB, XVID movie clips. Using Kylix Ringtone Maker you will also be able to adjust the volume, preview your progress, and select your favorite part to make a unique ringtone.";
fDesc[11] = "ringtone and upload it to your WM phone automatically to personalize your Phone.";
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 = '...';
}
}