var fDesc=new Array();
fDesc[1] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes";
fDesc[2] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate.";
fDesc[3] = "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[4] = "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[5] = "and organize music with automatic Music Manager. Music Manager - is a music management software. Manage Music - Download Music Manager right now!";
fDesc[6] = "for all our family, house, budget, etc. From the main window, we can access several features. For example, there is an icon toolbar with Calendar, Contacts, Alarms, Tasks, Cards, Diary, Property, Budget, Health, Music, Union and Options.";
fDesc[7] = "and organizing a database, and cataloguing information of all thinkable music formats, from vinyls to MP3 files. Its interface is convenient and easy to navigate, and is recommended for extensive collections.";
fDesc[8] = "collections. With MP3 Tags Editor, you can edit music tags, rename audio files, folders, export data to various formats, save music playlists...";
fDesc[9] = "anniversaries. It's complete, powerful and easy to use information manager software. It features a calendar, alarms, tasks, contacts, personal diary, property, budget, health and even music.";
fDesc[10] = "organize, catalog, and manage their collections on their PCs.";
fDesc[11] = "Trio comes with all the MP3 tools you will ever need (tag editor, music organizer and audio converter) for a measly 7 cent/kb.";
fDesc[12] = "MP3,OGG,WMA,AC3,AAC,W AV and HUNDREDS other media formats. Second birth of music on your computer. ZIP/RAR support.";
fDesc[13] = "MP3 music files will be organized. Organize MP3 Music right now - Download MP3 Music Organizer at Mp3MusicOrganizer.org";
fDesc[14] = "organizer and MP3 organizer that will organize music files. Organize Music - Download Music Organizer now";
fDesc[15] = "Support MP3, ID3v1, ID3v2, ID3v3, OGG, ZIP, RAR and HUNDREDS of other music, video, photo formats. Easy to use, high speed.";
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 = '...';
}
}