var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista."; fDesc[3] = "songs and albums with excellent audio quality, and all for free, as it is funded on advertising. In Spotify it is possible to listen to all sorts of music: from a rare song one might not expect to find, to the latest albums by popular bands and artists."; fDesc[4] = "organize your monitor“s space in the way you want. The program puts on your screen a tiny, semitransparent, always on top windows that has nine buttons."; fDesc[5] = "from the fifteenth century to the French Revolution. Plot: this game has its beginning in 1453, the year in which the Turkish take Constantinople"; fDesc[6] = "channels that are broadcast for the Internet. Upon registration and after downloading player, you get to check the several channels available. You can sort the channels by country of origin or type of channel."; fDesc[7] = "levels of play, Blasterball 2: Revolution is bursting at the seams with fun. Play through the entire game to find the secret \"backwards world\" to turn your game upside down with 100 more levels!"; fDesc[8] = "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[9] = "like those we were used to enjoy in the old days. Aces of the Galaxy was created with many details and perfectionism in its visual design and may not be a fully realistic graphics section but it is full of amazing rich colours and movements."; fDesc[10] = "Player you really need on your PC!"; fDesc[12] = "is in fact LIKE NO OTHER! Download it now and we are sure that you'll find it worth looking at."; fDesc[14] = "the game. Drift Revolution has all the quality one would expect from ISI. It is one of the best drifting games in the Internet."; fDesc[15] = "getting the chance to step into Napoleon's shoes."; 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 = '...'; } }