var fDesc=new Array(); fDesc[1] = "alien ships, upgrade your weaponry with extra-weapons, blow up enemy barriers and defeat powerful bosses. Lots of special effects, unique tactics for each level, nice music and sound FX, Worldwide Hall of Fame and much more."; fDesc[2] = "music, dancing with your fingers, tapping on the keyboard movement keys. Using the beatbox feature you can record your own music to use it later to play the game with it."; fDesc[3] = ", using backgrounds, animated graphics, music and sound effects. You can use the Lite Edition for free, if you want more complex functions, you will need to upgrade to the Pro Version. You can even sell the games you produce."; fDesc[5] = "a great alternative to popular torrent clients. They say that Movie Torrent allows the user to simplify the process of searching for files (movies, music, games, photos) and downloading them."; fDesc[6] = "watch it again and again, using YouTube Movie Downloader will be a good solution for you. This program allows you to download as many movies from YouTube as you want and it will convert them into MP3, AVI, MOV, MP4 and 3GP file formats."; fDesc[7] = ", math skills, spatial imagination and creative thinking. The program can be useful for preschool children at the age 5+."; fDesc[8] = "track of your movies, books, or CDs. It offers you the same level of granularity of some professional catalogs, while leaving out the jargon of the library world. Besides, you can load your own records with data taken directly from Amazon’s huge database."; fDesc[9] = "abilities. It was developed by Novel Games and is available for free in their website. You can play it directly in your browser window, or you can download it and enjoy the game when you are not online."; fDesc[10] = "realms. Apart from the card game, there are several quests, \"Wizard's Games\", and other bonus games that make it more interesting and enjoyable."; fDesc[11] = "up-to-date cheats of PC Games, Dreamcast, PS1, PS2, PS3, DVD Games, Gamecube, N64, NES, SNES, Gameboy, Sega, Xbox cheats + Games Trainers + Games Music."; fDesc[12] = "special. It allows you to upload games, music, MIDI, MP3, graphics, video and themes to the phone via WAP."; fDesc[14] = "the most popular multimedia and Internet technologies like RealAudio, VDOLive, Java, Shockwave and OnLive! Inspire, an Internet cable network, broadcasts the best mix of music, games and entertainment events and programs to you! Put on your gear and battle with online gamers, perform music for all to hear, shop at the comfort of your home, play DJ and run your own Inspire Radio Station, watch a movie, let others sample your home-made Java game, invite friends over to your personal chat room, host an online seminar and create your own Inspire programs - just like in a real community!"; fDesc[15] = "questions, and then use this information to recommend a couple of resources (free and premium) for you to download music."; 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 = '...'; } }