var fDesc=new Array(); fDesc[1] = "shockwave is very small in size and takes couple of minutes to download and install in a computer.The installation process runs in back ground so it does not disturb your routine work"; fDesc[2] = "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[3] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; 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] = "the average computer user. There are several good codec package solutions out there, but none of them did everything I wanted. I was always in need of a tweak, adjustment, or even a reinstallation just to get the codecs I needed/wanted and most of the time, the file still didn't play. I've never claimed to be a media guru. My media experience is to doubleclick a file I downloaded and hope that it plays. What I do know is how to package software. So I decided to package some codecs and share them with the rest of the world. With this package all possible conflicts are already dealt with. Many user suggested default settings are implemented."; fDesc[6] = "I certainly believe there is no beating this year's FIFA. The most apparent change this year is the pace of the game. Everything has been tweaked so that the game plays considerably faster. The first time I noticed this is when the goalie gets the ball."; fDesc[7] = "together. When there are no valid plays, flip a card from the stock and try again. Jewels are dropped onto the board based on how you play the cards. The jewels dropped will match the suits of the cards that are played."; fDesc[8] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[9] = "content. Also you can open multiple videos by drag and drop onto the main window, or paste the desired URLs in the center of the main window. You can see the video in full screen, zoom 2x, and 5x, rewind, increase, decrease, mute volume and change settings."; fDesc[10] = "of any attached device, play the videos and music and show the pictures you´ve saved in them. DoubleTwist works with a given phone, MP3 player, PSP, camera, or any other device. It´s capable of playing most file formats."; fDesc[11] = "features a colorful, customizable user interface which is really easy to use but not really attractive. You can choose one of several cool color schemes, and also specify the program's window size."; fDesc[12] = "are in the \"cloud\" and map those services to drives in your computer. We have been over other applications that allow you to upload and download files to services like Gmail in the same way."; fDesc[13] = "you´re listening in WinAmp in YouTube, Google Video, etc. Then, it plays the video in WinAmp. You can choose to hear the audio from your .mp3 or the video."; fDesc[14] = "song. Climb up the myspace and soundclick charts, attention from record labels, gigs, venues, club promoters. Unlimited Plays."; fDesc[15] = "Increaser will start opening your Myspace profile page in an inbuilt web browser time after time. If you are an artist and need to be exposed to a bigger audience, then, the more visits you have, the more likely it will be that your page becomes featured."; 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 = '...'; } }