var fDesc=new Array(); fDesc[1] = "as ducks, flags, clouds, and many more. Also, you can reverse the colors, solarize the image, apply effects and so on. The options are endless and if you find that the preloaded choices are not enough, you can always download more."; fDesc[2] = "matching,\" \"Scan selected word,\" \"Fuzzy query,\" etc. The program can be activated as a stand alone program, or you can use it as a contextual utility to look for words pointed by your mouse."; fDesc[3] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[4] = "isn't, as lots of runes are in our way. We must remove the runes by creating matches of three or more similar runes. To do so, we must pick a rune and drag it to the desired position. If we move a rune without making a match new runes will appear in the game board."; fDesc[5] = "due to the fact that it allows the translator to do a lot with it. TRADOS assists the user in translating any text, but is more successful in texts that are similar to each other. For example, in translating a text with many similarities, TRADOS will constantly..."; fDesc[6] = "features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same."; fDesc[7] = "fuzzy matching algorithm that can find duplicate filenames and tags even when they are not exactly the same."; fDesc[8] = "unconstrained environment for designing neural networks for research or to solve real-world problems."; fDesc[9] = "Interactive Ltd. Apart from being very easy to play, Word Soup is really fun and addictive, while provides a good exercise for the mind."; fDesc[10] = "get a thumbnail of the first frame. Option to auto-rotate images. HTML album and Slide Show generation."; fDesc[11] = "searches for duplicates that differ in 1 to 6 characters. Supports Excel 2007, 2003, 2002 and 2000."; fDesc[12] = ", search & replace worksheet formula functions. Also adds functions for fuzzy matching, concatenated formulas, ordinal indicators, and more."; fDesc[13] = "of the four Dweebs, and race against the Dorks that threaten your land and friends."; fDesc[14] = "trailing blanks and binary characters,correct capitalization,code your own transform in VBScript or JScript and heaps more"; 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 = '...'; } }