var fDesc=new Array(); fDesc[1] = "expansion to Crysis. This title is a standalone game and does not need the previous game to be installed to run. Apparently, this new title is not a typical expansion, it brings a lot of changes from its predecessor and it shows the story on the other side of the Island."; fDesc[2] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces"; fDesc[3] = "have to destroy the bricks in order to complete your collection of antique plaques. The game does not show any significant differences with the original Bricks Of Egypt but only a few things were added."; fDesc[4] = "rules. You can choose between 14 different tile sets and 10 different background themes. A female voice will guide you through the game."; fDesc[6] = "to music and sound support."; fDesc[7] = "notes. The software has a mouse over magic feature. Whenever the user moves the cursor over the scripture reference, the entire verse or passage will pop up for the user to see. The windows can be combined into tabbed groups on the fly to better managing the desktop."; fDesc[9] = "most effective method of DICTATION ●Includes all authoritative and essential listening materials available currently ●Classified vocabulary for IELTS Listening ●Display script of passage synchronously ●Practicing all passages can guarantee score 8+ and aim at 9 for listening part(combining with the software of IELTS Speaking Conqueror, Writing Conqueror and Vocabulary Conqueror is strongly recommended). ●Play passage by defined range or sentence by sentence repeatedly ●Powerful function of recording speaking ●Drag progress bar to locate playing position instantly ●"; fDesc[12] = "documents with text format, preview, and print them. The results found will appear in a text box with the name of the book, chapter, verse, and you can copy and paste them. You can add notes, view commentaries, and add bookmarks."; fDesc[13] = ", lashing, course, and distance calculations."; fDesc[14] = "The most important feature is InvisiTasking, that allows transparent, background processing technology of Diskeeper 2008 to defragment, thus removing cumbersome applications. This increases the computer speed as the hang-ups, freezes and other fragmentations issues are resolved."; fDesc[15] = "seconds march towards you in 3D, synchronized precisely with your computer's clock. Everything is configurable. You'll never lose track of time again!"; 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 = '...'; } }