var fDesc=new Array();
fDesc[1] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs.";
fDesc[2] = "excellent playback quality, with extra tools to manage our music files. With support for more than thirty audio formats, this player offers all the necessary functions to fully enjoy our music without consuming valuable resources from the system.";
fDesc[3] = "CDs to MP3, OGG, WAV formats in your hard drive. You can also create a Bin/Cue image and burn it to keep security copies of your favorite audio CDs.";
fDesc[4] = "to save as either a WAV or an MP3 file with or without the intermediary WAV file, definable encoding ...";
fDesc[5] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings.";
fDesc[6] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[7] = "easily create a cover using the Creation Wizard to read the track lengths of an Audio CD, get album information over the internet (CDDB), read CD-Text, or create a directory structure for Data CDs.";
fDesc[8] = "all other conversion tools available on the Internet. However, it supports many audio formats and it lets you convert them into the following files: Mp3, WMA, OGG, FLAC, MPC, APE, WAV, PLS and M3U.";
fDesc[9] = "Database), audio player, audio editor, ID3 (metadata container) Tag editor, CD creator, lyrics editor and album cover image editor. Available for: Microsoft Win98 / NT / ME / 2000 / XP / Vista.";
fDesc[10] = "Bar, eight toolbars, one panel and one window. In the Menu Bar in the File button we can select between New, Open, Save, Save As, Close, Export, print and in this we have the wizard button, that help in all the process for create a new cover.";
fDesc[11] = "MP3, WAV, WMA, and OGG Vorbis on-the-fly. It uses Lame encoder of newest version(3.9.31) that supports full MP3 options with VBR properties. also is a support WMA v9 encode(VBR also supported). Free CDDB is supported, and you may even set proxy for submitting or querying free CDDB. As to MP3 ID3 tag, it supports both V1 and V2. It also supports normalize function when ripping. And it's also a good CD player, highlight each list to play it, or save the CD tracks to output playlist of formats PLS, HTML, M3U, or XML. Easily rename every track's title in the list, and support powerful local CD database.";
fDesc[13] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams.";
fDesc[14] = "ID3 tag editing, file management, import/export/compare database, powerful search and professional style report features.";
fDesc[15] = "CD-ROM’s, MP3 encoding and lots more. The application is fundamentally a CD Ripper and player, which also works as an Audio Encoder program.";
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 = '...';
}
}