var fDesc=new Array();
fDesc[1] = "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[2] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone.";
fDesc[3] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[4] = "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[5] = "files formats supported by this software are as follow: MPEG1, PEG2, MPEG4, I tunes M4A, Matroska, OGG, OGM, Quicktime, RealMedia, WindowsMedia, WMV, WMA Microsoft RIFF (including AVI, WAV) Sound-only formats (AC3, AAC, AU, AIFF, DTS...)";
fDesc[6] = "1) Digital Media - Includes some essential softwares for audio conversion, media player improvements, etc. 2) Games - 3 Games for your kids 3) Themes - Some basic themes for windows 4) ScreenSavers - Some Screensavers";
fDesc[8] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[9] = "of media files or content from the net on different P2P network. The huge network of its peer-to-peer, windows-based client technology allows to quickly and easily download, upload, and share media files and allows to communicate with your near and dear ones.";
fDesc[10] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!";
fDesc[11] = "share them with friends or everyone at Netlog. It requires you to have an account in order to upload and share your files. It provides you with the ability to enable/disable ratings and comments, add tags and assign the file to an existing or new set.";
fDesc[12] = "content on your PSP. Sony Media Manager for PSP is now free in Japan and have been replaced everywhere else by Sony Media Manager Pro, which is a commercial version that includes the ability to transfer Playstation 1 games.";
fDesc[13] = "problems. A common issue with video is the lack of the correct codecs in your system, causing your player to fail when trying to reproduce certain files, this pack helps you by providing some of the most common codecs needed.";
fDesc[14] = "file formats. Different file format supported by Jet Audio are MP3, OGG, WMA, APE file and so on. It allows the user to play music albums and video files, manages digital media files including automatic browse options.";
fDesc[15] = "sometimes the download process is broken and the downloaded file or media cannot be used because it wasn't properly downloaded. All Media Fixer can help you to repair and play media files like Avi, Mpeg, Rm, Mp3, Wmv, Dvd, Vcd, Jpj, Ipod format and 3GP.";
fDesc[16] = ", wmv, asf, m4v, m4a, m4p, m4b. It also supports high definition video formats including m2ts, tp, trp, ts, avi, wmv, and common formats such as mp4, mpg, mpeg, 3gp, rm, rmvb, dat, mov,flv, vob, mp3, wav, m4a, wma.";
fDesc[17] = "sharing files from digital cameras, card readers, and other removable media. This incredible program enables you to you preview, rename, transfer, print, and email a selection of images in one shot.";
fDesc[18] = "create a media library with your favorite music, images and video. The new user interface will help you set-up Philips Media Manager easily. It is possible to define for each watch folder the type of content (audio, pictures, and video).";
fDesc[19] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc.";
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 = '...';
}
}