var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera."; fDesc[3] = "while you are surfing the web. The player runs smoother than ever before, and now it has the ability to download videos from the internet, including videos from YouTube."; fDesc[4] = "use it with Winamp, Windows Media Player, Musicmatch, iTunes, jetAudio, Google Sidebar, Real Player, MediaMonkey and other well known media players. WhiteCap will give a new fresh look to your player."; fDesc[5] = "This application's selection is limited to free streams that are widely available on the Internet. What this application does is gather a list of all those channels in a single location so that you can access them freely."; fDesc[6] = "give you lots of entertainment. Wreck your brain with this game! It is the most powerful chess simulator available on a personal computer."; fDesc[7] = "radio stations from all over the world. And new stations are regularly added to their directory. You can search this directory from Phonostar player by country, by language, by Genre, by stream format, by station type or by quality."; fDesc[8] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[9] = "been developed specifically to fully meet the specialized needs of online broadcasters."; fDesc[10] = ", you´ll have to pilot your top-secret helicopter loaded with cool gadgets around the alien menace and eliminate all alien bugs. Some of your enemies can shoot you. From time to time a big helicopter will help you paralyzing them with a ray."; fDesc[11] = "files or audio cd's showing you a two decks interface. You can load different songs in each deck (using any of the supported formats), then mix the sounds and save the result in WAV, OGG or MP3 format."; fDesc[12] = "and online casinos. Its increasing popularity is due to events like the Word Series of Poker, the biggest world tournament of poker held in Las Vegas."; fDesc[13] = "sound card with a very high level of quality. Using this application, you will be able to record any external sound. You will be able to record your own voice by using a microphone or to record the sound of a guitar or any other instrument."; fDesc[14] = "variety of games that are going to make the player feel as if he is in a real Casino. It includes Table Games, such as: Craps, Pai Gow Poker, Roulette, Tri-card Poker, Baccarat"; fDesc[15] = "using your own images. The program is pretty customizable and allows you to select the background color, sound effects, interface language, among other things."; 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 = '...'; } }