var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = "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[3] = "which you choose the layout you want to play and the breathtaking Endless mode in which you remove tiles from an ever-rising tower of game pieces. Mahjongg Artifacts is a striking new entry in the fiercely competitive Mahjongg category of casual games."; fDesc[4] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users."; fDesc[5] = "games. It is based on a futuristic sci-fi plot with 2D isometric perspective graphics, in which three races from different planets, Terra, Protoss and Zerg, are fighting for supremacy and survival."; fDesc[6] = "through its channels inside Zango's website. To keep it free, it works as adware, showing you a daily amount of publicity."; fDesc[7] = "completely naked, and if you want to have new girls you just have to download from the same program. And you can do it on daily basis! This program is completely free for you to enjoy adults' only entertainment. You will only have to pay to see full nudity."; fDesc[8] = "files and download content off multiple peers over the Internet. Most of them are system specific; that is to say, they only work on a single operative system. Azureus was developed using Java, which makes it universal."; fDesc[9] = "dark history of this New Yorker police detective who had to infiltrate with the worst criminals of the local mafia to find out about the death of his family."; fDesc[10] = "your computer, while informs the users about new releases. Through the Game Box, gamers can easily access to the library of Alawar and search its huge collection of popular games."; fDesc[11] = "emergence of Shaddar and the demon of Shakkara. Of course, that you will be part of the eternal struggle between good and evil. You are going back to the Ancaria kingdom."; fDesc[12] = "Other activities like net surfing or some other works can also be done. This software can be used as a gadget when it is attached to Vista. Along with its interface designs, all of different categories, it can be used alone."; fDesc[13] = "with the creativity of the developers.You will discover a world full of fantastic creatures and magic as the pure Japanese style."; fDesc[14] = "Scrabble is maybe the most famous words game ever made, and it's back in this new interactive edtition. In this game every word counts. No matter if your are a beginner or an expert, by using this game you have the chance to sharpen your Scrabble skills for sure."; fDesc[15] = "is a fresh incursion into the railway simulation genre and an opportunity for lovers of trains and stations to meet their requirements for entering the cabin of one of these transport vehicles."; 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 = '...'; } }