var fDesc=new Array(); fDesc[1] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook."; fDesc[2] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible ."; fDesc[4] = "out anymore under the belief of common phenomenon, and 'Gunbound' is the only battle is the ‘Lond’.Gunbound battle is the last battle game in the Lond, and it is really popular."; fDesc[5] = "offered as a YouTube downloader, but it comes ready for the user to choose among several video downloads sites, such as Youtube, Google Video, Daily Motion, Myspace Video, Break.com, PornoTube, etc."; fDesc[6] = "guiding the Magic Ball with Incredible Ink. Two distinct game modes, Escape and Break All, are packed with gorgeous art and detailed level design. Its fun times two!"; fDesc[7] = "Royal Palace, the last citadel of evil in this magic land. Get ready to complete 82 different levels to bring back former splendor of the castle"; fDesc[8] = "You are an angel that must protect Eden from the forces of Lucifer. The quests are well done, but you need to have a team to complete most of them. Angels Online is a good game aimed towards a female audience, but there are better MMORPGs out there."; fDesc[9] = "start a new business, a flower shop at a beautiful island. Your goal is to help Meg expand her business to other locations. To do so, you have to help Meg reach a daily cash goal before the day is over, while keeping demanding customers satisfied."; fDesc[10] = "levels you will unlock the secret mode where you will be able to play in other different ways. You can also create your own levels and import the music from your computer."; fDesc[11] = "out of boxes! Align dazzling colorful jewels to break them out of their sturdy gold boxes. This mesmerizing game will make you a hammer-wielding, jewel-smashing enthusiast before you know it. Features 150 levels of jewel matching madness!"; fDesc[12] = "help you to have a relaxing break and spend a good time at a PC screen."; fDesc[13] = "puzzles and bosses and 200 levels of play, Blasterball 2: Revolution is bursting at the seams with fun. Break your way though mesmerizing patterns of bricks, collecting items along the way - some helpful, some not."; fDesc[14] = "exciting breakout game. The main feature of this breakout game is that it allows the user to select levels according to his/her expertise and interest. There are many exciting items that make the gameplay a little harder and put the user's reflexes and stamina to a test."; fDesc[15] = "finish installing the program, you will see its \"one window\" interface. You will be able to minimize the program or send it to the system tray."; 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 = '...'; } }