var fDesc=new Array(); fDesc[1] = "and MacOS. Developers can use this great tool to design software using Java SE/FX, Java, Ruby, C/C++, and PHP. It is sponsored by Sun Microsystems and is very powerful thanks to the contribution of thousands of users."; fDesc[2] = "disintegration ray that also cuts through terrain [new]. Sand Storm: Amazing dust cloud forms and buries an area in sand. Lemon: This weapon is a 'lemon'. Hope you don't get it!"; fDesc[5] = "classes and 1.1.x beans."; fDesc[8] = "speed; Decreased default max text index filesize to 8MB or 4MB, etc) Feature: Greatly Improved searching: Results are now ranked by relevance (before, results were ranked by a raw score which produced noticeably inferior results) Feature: Added a new Simple search mode which is a lot friendlier for novice users. Feature: During installation, Folder-Indexing shell integration is now enabled (i.e. in windows Explorer, Right-click a folder and select [Mo-Search 2.7 Reindex] to reindex that folder and all children folders) Feature: Within edit boxes (i.e in the FileViewer) the [Home] key now moves the caret to the first character; the [End] key now moves the caret to the last character. Feature: Mo-Search main dialog, in the [Path], [Text], and [Filename] combo boxes: items are now delete-able by dropping the list, selecting an item and pressing the delete key (i.e. similar behavior to url..."; fDesc[10] = "Playing the game is very simple. A word is said out loud while a picture of it is displayed. Next the word is spelled out on the screen as the letters are shown at the bottom. Then the letters disappear and the child is asked to spell the word."; fDesc[14] = "this excellent remake of the classic snake game --- Magic Snake Game. Because it's magic, beautiful, natural and easy to play."; fDesc[15] = "into horizonal ,vertical or diagonal rows. the rows will disappear and your score will increase."; 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 = '...'; } }