var fDesc=new Array();
fDesc[1] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files";
fDesc[2] = "convert audio files from many different file formats into mp3, wav or wma files such as wav to mp3, mp3 to wav, wma to mp3 and much more.";
fDesc[3] = "formats like AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV. You can also convert your video to audio formats such as MP2, MP3, AC3, RA, M4A, OGG, AAC.";
fDesc[4] = "CD-R/CD-RW/DVD-R/DVD+ R/DVD-RW/DVD+RW/DVD-RA M (SCSI-IDE/EIDE-USB), Multi languages, ISO support";
fDesc[5] = "100 file formats. Since 2004, Tunebite has been mentioned and singled out for excellence in more computer trade publications than any other legal software solution that removes DRM copy protection. Tunebite legally removes the audio DRM copy protection from music & audio books by re-recording it at up to 54x the speed. With either the playback software or Tunebite, additional copyrighted music & audio book files can be copied by using the virtual CD-burner. Tunebite has one of a kind quality control with “PerfectAudio”, guaranteeing error-free audio output. Tunebite turns the PC into a high-performance, Video DRM converter and ensures the synchronicity of video & audio while the copyrighted video files are played back. In the process, Tunebite legally photographs, frame by frame, the replayed, copyrighted films & saves them in the desired format. Tunebite informs you of the...";
fDesc[6] = ", Flash (SWF and FLV), iPod, PSP, 3GP, etc.; editor; recorder; CD/DVD ripper; audio, video, data CD/DVD burner for DVD, VCD, and SVCD; and more.";
fDesc[7] = "models (including new models) and the new Winamp Remote with which we can access our audio and video files remotely, either from a URL or from any device.";
fDesc[8] = "you can keep your music collection organized with Tag&Rename since it is the only tag editor and organizer which has full native support for: mp3 (ID3v1, ID3v2.2, ID3v2.3 and ID3v2.4 tags), MusePack mpc/mp+ (APEv1, APEv2 and ID3v1 tags), Windows Media wma, asf and wmv files, Ogg Vorbis and Flac (vorbis comments), Apple iTunes and iPod aac (m4a) files including mp4, lossless m4a and protected m4p files, most popular lossless codecs including monkey's audio, wav pack, optim frog, flac, Apple and Windows Media lossless. Tag&Rename supports many additional tag fields including lyrics, cover art, rating, mood, disc #, classical music fields (Composer, Conductor, etc.), file related URLs and so on.";
fDesc[9] = ", RA, RMM, RAM, RPM, RM, RMVB, WAV, OGG, CDA, APE, APL, MPC, MP+, WMA, FLAC, AAC, M4A, MP4, and more. Protected Windows Media Audio (WMA), protected Real Audio (RA, RAX), protected Advanced Audio Coding (AAC) and protected MP4 aren't supported for copyright reasons.";
fDesc[10] = "OGG formats. It supports AVI, MPEG, RM/RMVB, WMV/ASF, MOV video and audio formats. This will work extremely well for those who want to extract audio from video files or convert RM to MP3/WAV format. You can extract any audio you want and then built-in and configure it.";
fDesc[11] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings.";
fDesc[12] = "complete audio converters on the internet. It works with lots of audio formats such as WAV, MP3, WMA, OGG, AAC, FLAC, MP2, MP4 and ACC.";
fDesc[13] = "formats easily. Our converting tool allows you to convert various .MID formats from one to another.";
fDesc[14] = "the sound part of MPG, AVI, WMV/ASF video files and save it in MP3, WMA, WAV and OGG files. This could be useful, for example, when you want to extract the music from a video clip, or the soundtrack in a movie.";
fDesc[15] = "beginning and ending points of a selected audio file after which one can save the file. The tool is as simple to use as it looks. The tool supports all the common audio file types like wma, mp3, ogg, wav etc.";
fDesc[16] = ", AIFF, WMA, AVI, MP4, MOV, or 3GP media files into WAV, MP3, MP2, OGG, AC3, VOX, WMA, and AMR audio files. The program allows for batch conversions, and lets you add full folders to your tasks window, with a very practical and simple interface.";
fDesc[17] = "extracting the files directly from the disc, not through the sound card, which provides accurate copies of the original audio files. The output formats supported are WAV, MP3, OGG, WMA and Real Media.";
fDesc[18] = "very easy way. In the moment you launch the application, you will notice that the program could not be easier to use. On the program's main window there are instructions that will clearly indicate how to get your files cut.";
fDesc[19] = "files into another in a very simple way. The program interface is very friendly. It's based on a step by step guide that will help even the most amateur user on how to convert their files.";
fDesc[20] = "MP3, AAC, AC3, AMR, M4A, OGG, WAV audio formats. It Batch conversion supported and you can convert more files within one time. With A123 Audio to MP3 AMR AAC OGG Converter, you will get any output formats you want with excellent quality.";
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 = '...';
}
}