var fDesc=new Array(); fDesc[1] = "to convert paper documents and image files into fully editable text documents. In the 9.0 version, overall accuracy has been increased especially on documents containing tables, legal documents, multilingual documents, and digital camera captured images."; fDesc[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[3] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance."; fDesc[4] = "coolest theme: Luna Royale. It includes the Aero cursors as well as system icons (My PC, My Documents...) and all the system sounds from Windows Vista."; fDesc[5] = "interface. Easily organize prompt windows, autosave logs of command line, search and highlight keywords, auto-complete commands with associated icons."; fDesc[6] = "it is able speed up your dial-up, DSL, ADSL or cable modem Internet connection. Or, if you prefer, you can change the values manually and test the results."; fDesc[7] = "faster surfing the Web, playing online games, and downloading files. It also configures Internet Explorer for better stability."; fDesc[8] = "(Desktop, TaskBar, Tray, Main Menu, DDE, Drag&Drop) but is much more functional and includes additional features, animated icons, etc"; fDesc[9] = "types of tools. The interface allows for easy navigation and high efficiency."; fDesc[10] = "game in each stage, which keeps us away from boredom. In addition to this, puzzles are simple but fast, so we can play lots of different puzzles in a little time."; fDesc[11] = "best way to tweak and optimize your Windows XP system. Advanced XP Tweak gives your system the look you want, and optimizes its performance."; fDesc[12] = "desktop wallpaper. You can organize the programs of your screen saver and run them in the order that you wish. Whenever you boot up, a very unique special windows is just clicks away."; fDesc[13] = "bitmaps, icons, and cursors. It is possible to apply paint tools (pencil, brush, eraser, pick color, make a selection, draw a line, etc) and use the colour palette. This program also features photo editing tools such as filters, and effects."; fDesc[14] = "time. You can use your mouse to control the ship and the space bar to protect from the enemy creating amazing shoots."; fDesc[15] = "ability to alter the admin-defined settings. You get a restricted but beautiful and powerful desktop enhancement."; 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 = '...'; } }