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] = "convert many video formats between each other. It also supports extracting audio formats such as mp3/wav/wma/ac3/ogg/mm f/aac from video files and also audio files can be converted to each other.";
fDesc[3] = "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[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] = "including MP3, WMA, OGG and WAV. The program is intended for batch conversion. It can convert music from a CD also, without copying it to your hard drive. You can customize the look of this converter with more than 20 given skins.";
fDesc[6] = "another. This program also enables you to extract audio from video files. Using this conversion tool, you will be able to convert files such as Mp3, WMA, WAV, OGG, AAC, FLAC, MPC, M4A, AIFF and many more.";
fDesc[7] = "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[8] = "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[9] = "audio files such as WMA, RA, MP3, OGG, WAV, M4A, NB, AMR, MP2, AAC, AC3, AIFF, MMF, FLAC, MP4 and many more. When converting one file into another, you will be able to set a lot of different parameters for your conversions.";
fDesc[10] = "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[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] = "accessed by simply right clicking on a particular file you want to convert. A video file can be converted into one of the following formats: MP3, WMA, OGG, AAC, M4A WAV, AIFF, AC3, MP2, RA, MMF, FLAC, AMR_NB and AMR_WB.";
fDesc[13] = "files and CD tracks(ringtone ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4 ringtones.";
fDesc[15] = "ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4. The contained CD Ripper extracts digital audio CD tracks to audio formats of wav and mp3 with excellent output quality and high ripping speed, and the mp3 compressor can reduce the size of mp3 files by 30%-70%, save valuable space for your cell Phone. There's also a batch conversion function for converting MP3 or WAV files to RingTones automatically! Key Features: >Fast and perfect quality, very easy to use interface; >Convert selected part audio (mp3,wav and CD tracks) to mmf, amr, midi, mp3, wav, aac, mp4, 3gp ringtones directly.mp3 to ringtone, mp3 to mmf >Convert CD to mp3/wav with CD Ripper; >Reduce the size of MP3 files by 30%-70% with MP3 Compressor (Compress MP3); >All mp3 ID3 information will be copied to the ringtone files; >Automatically gather MP3 titles to mmf ringtone; >Save & transmission...";
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 = '...';
}
}