var fDesc=new Array(); fDesc[1] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content."; fDesc[2] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character."; fDesc[3] = "quality and variety reach a level never seen before. Cars, computer chips and game modes come together in a way which brought together all the good stuff of racing games. TOCA has come to the city..."; fDesc[4] = "storyline much attractive. You start being a nameless, faceless new racer who is trying to gain popularity in the city of Rockport. Graphically, the game looks great. Regarding sound, the game has amazing engine noises that change depending on which car you are in."; fDesc[5] = "you never use Acala before with this program you can converts files to the following video formats DivX, XviD, AVI, MPG, MPEG, VOB, VCD, SVCD, to 3GP with the resolution and appropriate formats."; fDesc[6] = "program does, is to access Getsubtitle.com database, and search for a specific file. In this enormous database, we can find thousands of files, from old classic movies, to the best current TV series."; fDesc[7] = ", ideal for both print and the web. If you're working with photos then Xtreme Graphic Designer can handle everything from a simple one click auto-enhance of your photo through to awesome photo compositions."; fDesc[8] = "effects and transitions to create slideshows, video mixing and web albums in minutes. Magix Xtreme photostory is an award-winning application that can automatically create panoramas joining up to 6 images and custom background music."; fDesc[9] = "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[14] = "which movie to watch.Play the movie include subtitles if needed."; 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 = '...'; } }