var fDesc=new Array();
fDesc[1] = "three separate entries into the program's folder. These are the entries for each of the three modules included in the program: Music Converter, Batch Converter and CD Ripper. Every module has its own interface";
fDesc[2] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging.";
fDesc[3] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs.";
fDesc[4] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more.";
fDesc[5] = "rips fast enough and supports lossless encoding. It has a clean, simple interface that has been renewed in this version with bigger icons and more comprehensive options.";
fDesc[6] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc.";
fDesc[7] = "convert (to and from) WAV , MP3, WMA, Ogg Vorbis files and record audio.";
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] = "to rip your CDs to WAV, OGG, FLAC and MP3, to convert your audio files from any of the supported formats to a different one, to normalize their volume, to edit your audio tracks information, and even to repair broken audio files.";
fDesc[10] = "to WMA, OGG Vorbis, MP3, WAV PCM, APE and FLAC files. It also supports batch conversion, lets you edit ID3 tags, supports CDDB and Playlists.";
fDesc[11] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[12] = "Ogg Vorbis) or uncompressed WAV files from a flash memory card. ARM-Native MP3 and Ogg Vorbis decoding. Pocket Tunes can decode any MP3 or Ogg Vorbis file in real time without any skips or delays. Full Skin Support. The PocketTunes player screen is completely customizable, allowing you to adjust the display to fit your mood. High Resolution. The default skin (and many others) take full advantage of the Tungsten T's high-resolution display with 16-bit graphics. WAV File Playing. Play most uncompressed WAV files. Five-Way Navigator. Use the Five-Way navigator control on the Tungsten T to play, pause, adjust the volume, or skip to another song. Play Lists. Create custom play lists to organize your music. Shuffle and Repeat. Toggle the shuffle and repeat buttons to change the order your songs are played. Volume and Balance. Adjust the volume and balance as the song is playing. Seek Bar....";
fDesc[13] = "Stereo, Join Stereo, Mono and Dual Channel.By changing MP3, WAV and WMA settings, you may make a choice between speed and quality.";
fDesc[14] = "program converts any unprotected audio files to output formats such as MP3, WMA, WAV, OGG Vorbis, and ARM to MP3, WMA and WAV. File formats such as WAV can be converted to MP3.";
fDesc[15] = "is one of few reliable tool to rip audio CDs. Winxmedia CD MP3/WAV/WMA Converter supports most popular audio file formats, such as MP3, WAV, WMA, MP2, Ogg Vorbis, AAC, APE(Monkey's Audio), VQF and so on.";
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 = '...';
}
}