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[6] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself.";
fDesc[7] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[8] = "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[9] = "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[10] = ", AVI, MPG, ASF, WMV, WM, SND, AU, AIFF, M1V, MP2. The list and played position saved automatically. M3U playlist editing.";
fDesc[11] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others.";
fDesc[12] = "a deck, and managing playlist and many more functionalities. With easy drag and drop option and skinable interface you can add new songs to your playlist and edit delete, rename, auto mix any playlist and choose any suitable skin from the available list.";
fDesc[13] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle.";
fDesc[14] = "composition and creation of a playlist is done within seconds: Just add all desired files, enter the name of the playlist and select its save location and one moment later your first playlist is already done! By the way, the fastest and easiest method for adding files to the playlist is via drag and drop from Windows Explorer. Playlist Creator supports the powerful open-source library id3lib. Thus a reliable readout of ID3v1 and ID3v2 tags in combination with a very high processing speed is guaranteed. The user can choose if the program should readout ID3tags and which data exactly should be extracted from the tags. Furthermore you can create dynamic titles using simple variables.";
fDesc[15] = "SPORTS, already came with a great playlist that features popular songs of the most varied of styles. However, you might want to customize it a little bit and add your own songs.";
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 = '...';
}
}