var fDesc=new Array();
fDesc[1] = "formats anymore. Your own ringtones, the opportunity to edit your audio files, the transferring of your music to the instrumental form and many other useful and important things – all that you can carry out by means of WIDI Recognition System!";
fDesc[2] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another.";
fDesc[4] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[5] = "file formats that include: MP3, MIDI, KAR, WAV, WMA, AC3, OGG, MPA, MP2, AU, AIF, SND, etc., and video formats VCD, MPEG, AVI, WMV, ASF, OGM, DIVX, DAT, SVCD etc.";
fDesc[6] = "output MP3 files to CD easily, copy MP3 files to MP3 player, or process the MP3 file by other tools.";
fDesc[8] = "create your own jukebox list. Up to 4 panels at the same time. Can read zip files Fully configurable midi.";
fDesc[9] = "own jukebox list. Up to 4 panels at the same time. Can read zip files Fully configurable midi.";
fDesc[10] = "the output (3 rates available) The number of channels (mono or stereo) And if you want the volume";
fDesc[11] = "formats this program supports are WAV, OGG, WMA, FLAC, Mp3, APE, VOX and MPC. The program supports all popular MIDI formats. This application can convert your files with a very fast conversion speed.";
fDesc[12] = "audio formats like MP3, OGG and WAV. Direct conversion method is applied in the program and there is no need to employ sound recording.";
fDesc[13] = "files and CD tracks(ringtone ripper) to ringtone format, including mmf, amr, mp3, midi, wav, aac, 3gp and mp4 ringtones.";
fDesc[14] = "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...";
fDesc[15] = "different audio formats. The output formats this conversion tool supports are WAV, OGG, WMA and Mp3. Using this program, you will be able to convert your MIDI files so that you can load them in the most popular mobile devices, including iPhone, iPod, Mp3 players and cell phones.";
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 = '...';
}
}