var fDesc=new Array(); fDesc[1] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature."; fDesc[2] = "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[3] = "soon as you watch the first few seconds of it in action. You will be able to see the bottom of the ocean, at some shallow place where you can see the rays of the sun piercing through the water, creating some awesome effects."; fDesc[4] = "sourcing, sales, and service product communications. It can raise productivity and expand pool of 2D and 3D content authors. It also leverages CAD data that has been translated with Deep Serverâ„¢ or Deep Exploration CAD Edition."; fDesc[5] = "provide a url to be leeched and a title, we can choose the Exploration Depth and Boundaries: whether to use only urls in the same web space, or proceed through links to other services, up to x quantity of links; we can add aliases and authentication to the web."; fDesc[6] = "this game is that you do not necessarily need to finish the game when the story or plot ends, since at the end of the story the player has only explored a small part of the game's universe and can continue further exploration."; fDesc[7] = "Packs 1 and 2. Users can integrate this program into SFX to simulate 3D landing and exploration by air of the islands city of Venice, its buildings, two airports and canals, and the island of San Nicolo."; fDesc[8] = "about space wars, combined with strategy elements, worlds exploration and adventure, where each player has to combat against alien races."; fDesc[9] = "earth collecting as many things as they can and grow into a mammoth sized creature to save the world from a deadly demon with the head of a fish."; fDesc[10] = "The game features first-person puzzle exploration game of exceptional depth and quality. It has an original fantasy-based mass-appeal unique storyline."; fDesc[11] = "realistic and accurate 3D model of the Solar System. Embark on your own exploratory voyage with this screensaver of unparalled beauty!"; fDesc[12] = ", attacks, captures, exploration, health, food, cavalry, rituals, time, etc. There are several sources of wealth and power that are used to equip units and hire heroes."; fDesc[13] = "with a small ship and a minimum of equipment, it's your task to become a rich galactic explorer."; fDesc[15] = "exploration from SizeExplorer (i.e. a .sef file) SEReport supports generation of reports into a variety of formats."; 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 = '...'; } }