var fDesc=new Array(); fDesc[1] = "you expect. This game includes shooting, fire, weapons and equipment, special effects, intense battles, worthy adversaries. I think you won’t be bored, as you are waited for different surprises and real challenges."; fDesc[2] = "excellent choice. It has great features and it's totally free. This simple yet complete media player will surprise you for its flexibility to play many audio formats as well as other cool functions you will enjoy a lot."; fDesc[3] = "small application was developed to offer you a brand new appearance of your desktop. It includes more than one hundred beautiful icons and several animated wallpapers. Also it includes some nice effects."; fDesc[4] = "will make your chatting change like never before. Besides the ones that come with the program, you can also download new winks online with only one click. You will never get bored."; fDesc[5] = "of the usual desktop screen. Also, it will help you to stay better organized and to find what you need easier and faster. Once it is executed, your screen will never be the same."; fDesc[6] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more."; fDesc[7] = "are pretty much the same. Just people around until you get bored. With some games it takes me longer to get bored than with others. Call of Juarez is a so-so game in my opinion."; fDesc[8] = "on the game are mostly identical to those on the movie. The plot is almost the same: humanity is about to be invaded by aliens and \"monsters\" made by the US government have to save the World."; fDesc[9] = "listening to her. This virtual woman is very interesting she will tell you many stories and fill your free time with joy and fun so that you will never become bored."; fDesc[10] = "weather forecasts, explore foreign countries, zoom and rotate the globe. Watch planet Earth the way only astronauts do!"; fDesc[11] = "its incredible physics make it a winner among the simulator racing fans. With great cars, great tracks, and a superb multi player mode you cannot get bored with this."; fDesc[12] = "world. Aveyond 2 is packed with monsters, magic, and humor. Stop an evil queen from turning the world into ice, capture a dragon and ride the winds to ancient lands, unite the kingdoms and discover your destiny."; fDesc[13] = "different screensavers that will never make you tired or bored of watching them. Set Lattice, Helios, Solar Winds, Skyrocket, Flux, Hyperspace and more, according to your mood."; fDesc[14] = "cottages are waiting to fill your heart with calm and peace!"; fDesc[15] = "exciting."; 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 = '...'; } }