var fDesc=new Array(); fDesc[1] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features."; fDesc[2] = "When clicking on a group of 3 or more same-colored bricks, the whole group disappears, and the hole is filled first by the elements falling from above. If a column is cleared, the elements move to the center of the field."; fDesc[3] = "changed between project versions, and then merging changes between versions. Features: Visual differencing and merging of text files Flexible editor with syntax highlighting Handles DOS, UNIX and MAC text file formats Unicode support Difference pane shows current difference in two vertical panes Location pane shows map of files compared Highlights differences inside lines File filters in directory diff Moved lines detection in file compare Shell Integration Rudimentary Visual SourceSafe and Rational ClearCase integration Archive file support using 7-zip Plugins Localizable interface via resource DLL HTML-based Manual"; fDesc[4] = "positions of colored diamonds, in order to form groups of three or more same colored diamonds, in order to clear them out of the board. Sometimes you won´t be able to use a given diamond."; fDesc[5] = "vertical edges without any user interaction needed."; fDesc[6] = "different game modes. It is very easy to learn, but not so easy to master! You'll be hooked for hours."; fDesc[7] = "fast and easily. The subtitle creation process consists in using a plain text file containing the dialog lines in sequential order and apply these lines as subtitles into the opened media file during the video playback using just a click."; fDesc[8] = "the game is to build various figures out of objects of the same color. The deal is to make as big a score as you can!"; fDesc[9] = "the map that the game shows you and you will create a line that will fill the place with rocks and destroy your enemies."; fDesc[10] = "variation of the popular Lines game with 3D effects. You have the square game board where you should move multicolored balls to make lines of five or more balls that match in color. They explode and you score. Any ball being moved needs a clear shot to it's destination, or it won't move. Remember that each move there appear three new balls. So the quicker you clear board, the longer you survive. The objective of the game is to remove from the playing board as many balls as possible and gain a lot of points. On the side of the window there is a small screen that shows what color the next 3 balls will be, and you can turn on hints, which shows you where they will be placed, by putting a small dot in the square they are heading to the turn before, or if you're really good-live dangerously and turn that feature off! Just to be cute, there is a lighting effect that gives textured balls a..."; fDesc[11] = "a more familiar formula. Although the game does offer a lot of driving fun, there are still some elements that are quite not yet complete. But if your passion is driving fast, give the demo a try."; fDesc[12] = "technical illustrations. It is bundled with many features like the support for 2d effects such as extended lines, opacity, and slash pen and thickness pressure. It features an anti-aliasing feature that results in a high quality output."; fDesc[13] = "distinct colors. The purpose is to form lines of the same color to eliminate them. It may seem simple but as the level increases a more strategic approach is needed."; fDesc[14] = ", Windows and Excel documents. The program has an intuitive interface and is easy to use. It will scan a document and will allow you to save it without the duplicate lines you have chosen."; fDesc[15] = "groups of four in a square shape (not horizontal lines of four cubes but two vertical pairs). As times goes by more and more cubes start appearing and you have to group them fast because if you do not you will end up soon with no more space."; 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 = '...'; } }