var fDesc=new Array(); fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[2] = "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[3] = ", AAC, AC3, AMR, AVI, DivX, FLV, MP4, MP2, OGG, VOB, DAT, WAV and many other video formats. Additionally you can create small video clips using the built-in video splitter by setting up the start and end points of the video."; fDesc[4] = "expect by the program's name, you can open and play the .669, .far, .it, .med, .mdl, .mol, .mtm, .nst, .s3m, .stm, .ult, .wow, .xm, and .wav formats along with all flavors of zipped .mod files. ModPlug Player's intuitive and attractive interface has a VU meter and a switchable fourier spectrum analyzer (with mono and stereo modes). Even though its hard disk footprint is fairly small, ModPlug Player has a wealth of features including automatic click removal, volume ramping, digital bass expansion, and compilation of multi-format playlists. You'll also find Dolby Pro-Logic Surround support, basic reverb, noise reduction, and stereo enhancement"; fDesc[5] = "studio instruments."; fDesc[6] = "evaluation copy from this page today!"; 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 = '...'; } }