var fDesc=new Array(); fDesc[1] = "her business running. Your task is to make sure she does all her work and provides the farm with money. You will have a place at the market where you can put all your food for sale."; fDesc[2] = "the galaxy by this. Is a game in which one can lengthen the line-up wherever you want whenever you begin a life of the universe is completely new and very large."; fDesc[3] = ", only available from the developer’s website. It gives us the opportunity to learn a foreign Language: Spanish, English, French, German and Italian. Depending on our budget and needs we can purchase 3 different products for each Language."; fDesc[4] = "Explore 3 unique gameplay modes, with various bonuses and surprises."; fDesc[5] = "OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe?"; fDesc[6] = ", Flash slide shows, Flash banner, Flash AD and ecards in a very easy way. The program allows you to create different Flash intros that can be used in any websites and blogs."; fDesc[7] = ", but stage after stage we must get enough money to buy new equipment and upgrades. In order to get money we must serve as many customers as we can by making and selling them different items. A previously specified amount of money must be reached to be able to get to the following stage."; fDesc[8] = "players on a single PC and up to eight characters on screen in online mode. This new version has four Battle modes, a survival Stage, a game recording feature and background music."; fDesc[9] = "yourself searching for hidden items in a beautiful island. Organize the place and solve the Mystery of Island of Hope."; fDesc[10] = "say that I am an Engineer. This game gives us a new challenge in each stage. In each stage there are several machines or elements fixed in the screen and some others that we can use as we want to reach a goal stated at the beginning of the stage."; fDesc[11] = "this component you access to various 3D models of accessories to create a filming atmosphere in you sketches. Included with this library you will find models of the typical chair of directors, microphone stands, triangular jibs, trailer power generators among others."; fDesc[12] = "plus speed increases with the rendering. It also has AQMC rendering which helps in a flicker free character animation."; fDesc[13] = "interface. You should just connect your lightning control console to this application via DMX or Ethernet protocols (ArtNet, Sand-Net, ACDI, MEVP)."; fDesc[14] = ", select and extract text and images, import HTML and convert it to PDF, generate single signatures, administrate forms."; fDesc[15] = "Choose from an array of cameras, lights, dollies, cranes, grips, characters and more. Use the enhanced Camera feature to quickly and easily plan shots, calculate camera angles, and obtain a 3D visual of the scene before filming."; 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 = '...'; } }