var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in."; fDesc[3] = "in the latest versions. The emulator is capable of running Playstation 2 games at decent frame rates and it emulates every single feature of the original PS2 console."; fDesc[4] = ", and now it is easier to control the ball more accurately in the desired direction. With new menus resembling Windows Vista, more goal celebrations, more technical gestures and, of course, mandatory improved graphics, Pro Evolution Soccer offers another choice to Soccer fans"; fDesc[5] = "converter, but don't let the name fool you. In the newest versions, they have added a great array of features to it, which also allow it to convert videos for playback on the Playstation 3, the XBOX 360, and more devices."; fDesc[6] = "Raider has always been a puzzle game, and if you like puzzles with nice graphics and a decent story, this is a top-of-the-line game. The graphics, as well as the environments, are excellent and Lara looks better than ever before."; fDesc[7] = "allows up to six players to sing along with the music that sounds through your speakers, reading the lyrics in your screen, using microphones in order to introduce your voice and score points, depending on the pitch of the voice and the rhythm of singing."; fDesc[8] = "specially designed to help us convert our video and audio files, so that we can enjoy them on our PSP devices. We can use this utility to easily convert video and audio to numerous video and audio formats, for example, M4A, MP3, PS3, PSP, WAV, WMA, etc."; fDesc[9] = "more identical game consoles through internet.Originally created for the original Xbox, it now supports Microsoft Xbox 360, Sony Playstation 2 and Playstation Portable."; fDesc[10] = "French policeman caught in an attack upon Paris. Together with Japanese actor Takeshi Haneshiro, they embark in an epic adventure to a journey of 500 years"; fDesc[11] = ", Audio-Editor, Audio-converter, CD-Burner, Hundreds of music videos, support of iPod and Playstation Portable (PSP)"; fDesc[12] = "combines two great conversion tools in one. The first one is a DVD ripper. With it, you can convert your DVD movies to the MP4 format, which is playable on the PSP."; fDesc[13] = ", you will be able to view and copy files saved in your computer to the PSP3 over a wired or wireless network. Once installed, Red Kawa File Server will start granting access to the files in your computer through your private IP address."; fDesc[14] = ", Zune, Wii, Nintendo DS / GameBoy Advanced (SD Video), Mobile Phones (3GPP/3GPP2/MP4 compatible) , iRiver, Cliod CP, Palm, Archos, Creative and GPX2."; fDesc[15] = "PlayStation Portable MP4 video format. The application can convert Avi, Microsoft WMV, MPG, MPEG1/2/4, DivX, Xdiv, VOB for DVD movies, RM, ASF, MOV, ASX, 3G2, 3GP, FLV stream, etc to the popular PSP MP4 for Sony PlayStation in H.264/MPEG-4 format."; 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 = '...'; } }