var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "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[3] = "video with in one of the following file formats: DivX, AVI, DIV, TIX, QT, MOV, MPG, MPE, and MKV (the new DivX Plus HD video).";
fDesc[4] = "gaining features. The latest version is now able to download subtitles automatically. Still, there are many things BSPlayer has to do to become the dominant player of multimedia files.";
fDesc[5] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[7] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players.";
fDesc[8] = "high-quality, highly compressed DivX video, merge and convert multiple videos into a single DivX file with an automatically generated menu.";
fDesc[9] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site.";
fDesc[10] = "karaoke formats. Kara Fun offers an in-built karaoke editor to create exotic karaoke music files with custom pictures or video. Kara Fun offers an in-built format conversion tool that can convert any video file to AVI or WMV and any audio file to WAV or WMA using single click.";
fDesc[11] = "a few seconds. With this amazing program you will be able to listen to the extracted audio with your mp3 player without any additional conversion or modification whenever and wherever you want.";
fDesc[12] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[13] = "to MP4 files that will be supported by iPod";
fDesc[14] = "and OGG format. you can also extract audio from video files to CD quality WAV files. Support fast batch conversion.";
fDesc[15] = "to .AVI. Thus, you will be able to play the videos you download off YouTube on any device that supports AVI files. You won't have to use an FLV player anymore. You can convert videos from any sites that stream FLV videos, though. This application's design is very nice and self-explanatory.";
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 = '...';
}
}