var fDesc=new Array(); fDesc[1] = "Microsoft Excel Viewer you’ll have the possibility to access to all the files created with Excel 2007, 2003, 2002, 2000 and 97. This program is a viewer, so it’ll allow you to see the files and print them, but it won’t allow you to edit the files created by Excel."; fDesc[2] = "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[3] = "ancient table, that are scattered around the world. Once you got all pieces, you will have the clue to find the most expensive gem: the \"World Diamond\"."; fDesc[4] = "text, or among the changes occurred on the contents of two text files (text documents or even text directories), in a wide variety of formats (DOC, XLS, TXT, RTF, HTML, keeping its original formating), and show the differences."; fDesc[5] = "similarities are that you are in a maze, you have to collect every crystal to access to the next level, and that touching an enemy will make you lose a life. The differences are that you have not a magic pill that will allow you to eat your enemies in all levels."; fDesc[6] = "between each one of the folders or files you compare, making thus a single, complete file. Simply, once it has compared the files, you will be able to synchronize them."; fDesc[7] = "The one thing you have to do is to take a deep look to the pictures and spot the differences between them. As its name indicates, in each level you have to spot the 5 differences that there are."; fDesc[8] = "The game itself, basically consists in detecting differences between the same room, before and after the mystery arose. The screen is divided horizontally, and a magnifying glass-like cursor is what you use to point out what you find out."; fDesc[9] = "this love story in which you will take a part as Cupid's assistant. Your job is to create a happy ending for their love story. You play some games for whishes and then use those wishes to create the love gardens."; fDesc[10] = "classified as changes, deleted, non existing, and identical content. The variations are also color marked."; fDesc[11] = "has been made. The screen is divided vertically or horizontally, and a pointer-like cursor is what you use to point out what you find out. If you need it, you can use some help in order to detect the most difficult details."; fDesc[12] = "with some differences, you must help the village and select the differences before time and game is over. Mirror magic is a simple and good entertaining game for speed reaction with a good story, graphics and fun."; fDesc[13] = "are very simple: the game will show you two similar pictures with smiley faces of several shapes and colors, and you have to tell the subtle differences between them."; fDesc[14] = "pictures. It presents two pictures, which seem to be identical at first glance, but there are 12 random differences. The players have to spot the differences between the two pictures."; fDesc[15] = "the five differences between them. The pictures chosen for this game are rather tricky, and differences are so subtle that you need a very keen eye for details."; 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 = '...'; } }