var fDesc=new Array(); fDesc[1] = "platform. This driver will dramatically improve the touchpad scroll bar area. It also contains feature enhancements or changes that will help keep your system software current and compatible with other system modules (firmware, BIOS, drivers and software)."; fDesc[2] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself."; fDesc[3] = "Basic HTML Document, CSS (Cascade Style Sheets), HTML 4.01 and 4.01 Transitional and XHTML Strict, Mobile and Transitional. It also has design elements, like scroll bars, forms, FAQs and glossaries, as well as Dynamic Pages Templates (Java, JSP, PHP and XML) and Legal Forms."; fDesc[4] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc."; fDesc[5] = "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[6] = "something the author calls 'universal scrolling´: moving the mouse wheel will scroll the window directly beneath the mouse cursor, not the one with the keyboard focus, which is the default."; fDesc[7] = "applications that do not support scrolling. You can easily define the number of lines to scroll in the program's settings. In some cases, WizMouse does not convert mouse moments correctly, but it is still a good tool all in all."; fDesc[8] = "you play, you will gather parts of a magic scroll to find hidden treasures, solve puzzles to unlock secret areas and collect keys to unleash the might chain ball. The game has more than 150 levels, with lots of power-ups and three difficulty levels."; fDesc[9] = ", shooting your weapons to defeat your enemy´s hordes, that will keep coming towards you firing all the time. Destroying spaceships and enemy facilities will get some power-ups to you, like extra lives, fuel and weapons."; fDesc[10] = "fonts that we have downloaded or fetched from elsewhere before actually installing them. Everything about the font is visible – name, family/subfamily name, face name, unique ID, postscript name, version, etc."; fDesc[11] = ", \"Num Lock\" and \"Scroll Lock\" status, allows you to switch key status, plays a sound when the key status changed and many more."; fDesc[12] = "horizontal and vertical side bars. It does not seem very useful if you have a scroll wheel on your mouse, but it is. It works like the scrolling hand in PDF viewers, especially handy if you are using a laptop or notebook."; fDesc[13] = "algorithm to ensure that your journals are secured. myDiary automatically saves as you type so you dont have to worry about saving. Its very simple and easy to use - enter your password, pick a date, start typing. Features: Calendar: Displays days, months, and years. Dates for which blogs are available are marked as bold unless a search has been requested. In that case, a bold date marked on the calendar will represent a search result. Blog Viewer/Editor: Area where blogs can be viewed or edited. Navigate: Allows you to scroll through your blogs from one day to another. This is very useful especially after a search has been performed and you have to move between only dates containing the search phrase. However, in such a case, since there could be a large number of blogs between blogs containing the search phrase, the auto-scroll feature that comes with Navigation has been limited to..."; fDesc[14] = "scroll bar, you can activate MouseImp and scroll by moving the mouse up or down anywhere in the window."; fDesc[15] = "of Internet Explorer) for your web site."; 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 = '...'; } }