var fDesc=new Array();
fDesc[1] = "SMS, backup your data, create original rigtones or copy YouTube videos right to your phone and much more.";
fDesc[2] = "tools to do that. Radiotracker is a tool to record audio direct from Internet radios. MP3VideoRaptor allows you to search the Internet for videos to record them. TuneBite allow you to convert between almost any music and video formats";
fDesc[3] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another.";
fDesc[4] = "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[6] = "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[7] = "hidden fees, no need for cable, Infrared, or Bluetooth. Most phones supported on most networks worldwide.";
fDesc[8] = "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[9] = "ringtone from MP3, WMA, WAV, Audio CD and OGG files.";
fDesc[10] = "enabled are mp3, ogg, wav, aac, m4a, and m4p. It is not a ringtone creator. Available for Mac OS X Leopard, Windows XP, and Vista";
fDesc[11] = "Wizard allows you create polyphonic ringtones directly from WAV, MP3, WMA, OGG, APE and FLAC audio files. You can convert entire audio files or select any part you prefer. Convert to Ringtone Wizard also helps to choose ringtone formats supported by your phone. Simply choose your phone model to let the Wizard select ringtone format that fits your phone. Convert to Ringtone Wizard can place created ringtones to the folder on your computer and send them to your phone via the Internet. Main features: Converts music to WAV, MP3, MMF, AMR, QCP ringtones for mobile phone Supports WAV, MP3, WMA, OGG, APE, FLAC music files as a source Helps to choose ringtone format that best fits your phone";
fDesc[12] = "track he wants to convert and transfer to the cell phone. The function of transferring is also available, so you go through the entire process of making a ringtone just with this single application.";
fDesc[13] = "create from your mp3, wma, aac, wav, ogg files or from your CD collection.";
fDesc[14] = "of different formats. The user can choose what particular moment of the track he wants to convert and transfer to his cell phone. This program allows not only to convert audio files but also upload them to mobile devices.";
fDesc[15] = "files and CD tracks(ringtone ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4 ringtones.";
fDesc[16] = ", 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[17] = "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[18] = "as a standalone application, convert ringtones on the fly, or even be integrated into your own development projects. Supports multiple ringtone formats.";
fDesc[19] = "a few mouse clicks. Supported ringtone formats: WAV, MP3, M4R (Apple iPhone), QCP (Sprint).";
fDesc[20] = "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 = '...';
}
}