var fDesc=new Array(); fDesc[1] = "your aim. To begin with, you can create your own soldiers and military units, choosing your soldiers from the several force task characters that were inspired by the real forces from all over the world, such as SAS, Delta Force, or KFS."; fDesc[2] = "previous game, but with a very different major character, Belial, who is a demon and your mission will be to swallow your enemies souls. This time, the scenarios will be from the ancient Egypt, the American Civil war and other historical events."; fDesc[3] = "many cities and information about their population and country names. The position of the cities shown corresponds to the real coordinates. You are able to add your favorite cities to the map, as well as eliminate the included cities and leave only the added ones."; fDesc[4] = "has to collect all of the gems, precious statuary and gold bars in each level. You will be only be provided with a pickaxe to dig and be able to collect the items, but no weapons are included."; fDesc[5] = "left without presents! Help Santa stock Christmas gifts by loading trains passing through towns. Christmas depends on it!"; fDesc[6] = "screensaver will take you on a journey to the North Pole, the place where Santa Claus lives. You will get a very close look at his house, so you can get an idea of how \"Mr. Christmas\" himself, celebrates the joyous day."; fDesc[7] = "white bears, penguins, seadogs, icebergs, cold ocean surface and snowy landscapes."; fDesc[8] = "Sweep analysis, Pole-Zero calculation, multiple voltage probes, input impedance, real and ideal op amp models."; fDesc[9] = "one of those bars, or better yet, will bring not the bar but only the stage where you will enjoy watching a very pretty girl dressed in a very revealing outfit, doing a sexy strip dance just for you."; fDesc[10] = "while near the festive fireplace. It's almost midnight. It's time to ask Santa to fulfil your wishes!"; fDesc[11] = "to the North Pole to visit th place where all dreams are made true: Santa's Workshop. The place where hardworking elves live to construct all the toys and presents that Santa will deliver on Christmas Eve."; fDesc[12] = "poles inside. You control a small creature living in this world. You move from one pole to another looking for hidden bars."; fDesc[13] = ", or join Samantha Bloodworth as she tries to find her way to safety across the shattering Ross Sea in the story based adventure mode."; fDesc[14] = "Cubic Quad Vertical Helical. Also performs various transmission line and network calculations."; fDesc[15] = "kids, and of many adults too! It will take you to the South Pole, where penguins live. Can you imagine how these beautiful animals celebrate and party?"; 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 = '...'; } }