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] = "sound, such as your favorite song, a soundtrack from your favorite movie, your friends' voices, your kids laugh, your cat , etc.";
fDesc[3] = "ringtones and easily send them to your phone. This incredible program enables you to create your own ringtones and includes over 450 ringtones and more than 200 photos, videos, and logos.";
fDesc[4] = "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[5] = "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[6] = "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[7] = "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[8] = "mobile content creation and management applications that gives you the ability to create and send ringtones, wallpapers, MP3's, polyphonic ringtones, video, animations, docs, etc. The content you create can then be sent by WAP, Bluetooth or Infrared.";
fDesc[9] = "audio files. Create mobile movies from your video collection, and picture slideshows or mobile wallpapers from your photo collection. Edit files and easily customize tracks for your polyphonic compatible phone.";
fDesc[10] = "ringtone maker, specially created for the popular touchscreen mobiles from Apple. With Xilisoft iPhone Ringtone Maker, creating melodies for your device is a really simple process.";
fDesc[11] = "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[12] = "mobile phone. This program can edit and convert music files into ringtones, and save it in acceptable for the phone format for further download it into your mobile. The ready ringtones can be loaded from your PC to mobile phone via cable, Bluetooth, or IR-port.";
fDesc[13] = "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[14] = "ringtone files (*.M4R) from various media file formats. All popular video or audio files are supported including AVI, MPEG, WMV, DivX, MP4, H.264/AVC, MKV, RM, MOV, MP3, WMA, WAV, OGG. It is a handy and simple tool for all iPhone users.";
fDesc[15] = ", 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.";
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 = '...';
}
}