var fDesc=new Array(); fDesc[1] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs."; fDesc[2] = "of registered users, you'll find that Camfrog Video Chat is a fast, fun, easy to use video chat community. Enter a chat room, create one or search for new friends and read, listen and see what they're up to!"; fDesc[3] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[4] = "the role of a motorcycle trials rider trying to complete dangerous and challenging tracks. You may fall foul of the obstacles sometimes, but it is still fun."; fDesc[5] = "games. The games run efficiently and the downloads are quick. InstantAction also creates a large game community for everyone to join in. It will surely cause problems in lots of offices around the world. It is the best thing that has happened to multi-player gaming."; fDesc[6] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface."; fDesc[7] = "where players shall accommodate various geometric shapes which fall from above. The pieces fall toward a three-dimensional grid and in three different groups, which represent the standard SimCity construction areas: industrial, commercial and residential."; fDesc[8] = ", tell stories, create your own world and meet interesting people from all over the world."; fDesc[9] = ", scripts, and 3D graphics. The game has a special emphasis on adventures and on the free personality development of each player."; fDesc[10] = ", using Google, by just entering that word in the taskbar desktop toolbar or in your IE Searchkut toolbar. Along with this search engine function, Searchkut Toolbar 1.1 has several icons that will give you access to a variety of sites."; fDesc[11] = "is bundled with over 35 virtual instruments and effects, and supports the addition of external VST plugins. It is open source, quite lightweight for all the features it offers, and easy to install and configure."; fDesc[12] = "designs, and share their creations with other users."; fDesc[14] = "software package that you can use on just any platform - Windows, Mac OSX or Linux"; fDesc[15] = "online community. Once connected to the Swaptor community users can freely share and exchange all types of files with ease. Swaptor ..."; 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 = '...'; } }