var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[2] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[3] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[4] = "files into any format you want. Most popular formats are supported, and chances are that your desired format is among the supported ones."; fDesc[5] = "and DVD-ROM drives. The program will read audio CDs perfectly. This powerful software has got a friendly interface that will guide all users on how to use the program to get the most of it."; fDesc[6] = "the drive and all title information and cover picture(s) are loaded from the online database. Copy the music files in the formats MP3, WMA or OGG in different quality levels up to absolute lossless WMA-file. Import music files from any iPod to your computer as well as copy music files to iTunes. The extensive music file management supports MP3, WMA, WAV, OGG, FLAC, M4A and AAC. Functions like search for duplicate titles or typing errors, complete and search missing ID3-Tags via Internet, repair corrupt music files spruces your music catalog up in no time at all. Save notes to entire CDs or single tracks. Get a quick overview if a CD is your own, on your wishing list, lent or borrowed. Catalog CDs from the online database and include audio samples. Convert to MP3, WMA or OGG, write to CD/DVD, copy to MP3-Player or iTunes. More tools are: search folder, search function with Fuzzy-Search,..."; fDesc[7] = "everything you need to analyze, record, edit, and convert audio file, produce music loops, digitize and clean-up old recordings."; 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 = '...'; } }