var fDesc=new Array(); fDesc[1] = "and will captivate you while you are playing. The game consists in a bunch of words mixed up on the screen that you will have to find to get points."; fDesc[2] = "for direct download from the developer’s website. When installing, we can associate the following file extensions: TIF, TIFF, DjV, DjVu, PDF, and TXT with STDU Viewer. It provides a free browser and viewer for these files."; fDesc[3] = "The dictionary contains over 250,000 words, including historical figures, slang and jargon. The program suits perfectly for visually impaired or blind computer users."; fDesc[4] = "files 6 ways. Replace text in multiple files. Index files to find a word on your hard drive in less than a second! Zip found files."; fDesc[5] = "Link letters to find words hidden in the grid and glorious treasures will dazzle your eyes. Find long words and unleash electrifying power-ups to aid your quest. A word challenge of epic proportions, Acropolis is legendary fun for the entire family"; fDesc[6] = "words hidden in the grid and glorious treasures will dazzle your eyes. Unleash electrifying power-ups to aid your quest finding long words and . Discover all special tile types on your quest through 50 mindbending levels."; fDesc[7] = "comprehensive toolbox suit which will facilitate the writing process by keeping all our project's bit and pieces handy and well organized. It gives us the opportunity to write not only books but essays, school and university projects, catalogs and many more."; fDesc[8] = "also add your favorite photos and share them with friends!"; fDesc[9] = "customizable and features a simple but not very attractive user interface. You can choose from three types of appearances (standard, compact or vertical) and different available skins."; fDesc[10] = "how many times they appear in a given text. Estimate the amount of syllables, list the words and the number of times that appear, etc. It recognizes any raw text or HTML document. If user needs to work with another format document, it will be necessary to export it to HTML or plain text format."; fDesc[11] = "you're looking for as soon as you have entered enough letters. There are no windows to close or get in your way.It works in Internet Explorer, Microsoft Word, Notepad, Outlook Emails, and more. HandyFind's innovative interface displays a small balloon to guide your eye to the text you’re searching for. The balloon displays the letters you're typing and changes colors to indicate if the text is found, not found, or something you already found before.With HandyFind, you can also highlight a word in a document and press a key to instantly find the next occurrence of that word. In Internet Explorer, if your search lands on a link, you can \"click\" the link by pressing the Enter key."; fDesc[12] = "find words fast and easy and to memorize them effortlessly. You can buy this product right from the developer’s site on Internet for $ 29.95, and you can try it before all the time you need but with the limitation mentioned before."; fDesc[13] = "English speakers since it can help you learn new words and improve spelling. The number of games to play is really impressive, as there is one per day starting from the year 1900, which guarantees endless fun."; fDesc[14] = "providing hours of sheer fun. Words Rock combines an engaging gameplay with an excellent grammar content that will make them succeed at school."; fDesc[15] = "learn the words that you find."; 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 = '...'; } }