var fDesc=new Array(); fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera."; fDesc[2] = "as virtual scrollbar, virtual buttons, fast access to applications and personal definition of tapping speed and sensibility."; fDesc[3] = "functionality at the reach of your mouse pointer. It was first designed to allow the user to control Daemon Tools Lite from the browser. But, apparently, they had some free space to use and decided to add some more features."; fDesc[4] = ", from Logitech. This release supports Windows XP and Windows Vista. If you plan to upgrade to Windows Vista at a later date, it is recommended to uninstall SetPoint prior to installing Vista, then reinstall SetPoint again after upgrading to Vista."; fDesc[5] = "in terms of graphics. It enabled users to see a thumbnail of the Windows by simply placing the pointer on top of the Window's button on the taskbar. This is more than a graphical tweak though."; fDesc[6] = "customize many hidden options such as mouse sensitivity, command keys, icons, file extensions, etc. with just a few clicks. Tweak UI is completely free and very easy to use!"; fDesc[7] = "browser to be used instead Internet Explorer, Mozilla, FireFox, Opera or Safari. But the features really important are: online profile storage, mouse gestures, built-in AD/Pop up blocker, privacy control and other more features. Avant Browser runs in Windows platforms."; fDesc[8] = "window. Maxthon comes with a few great facial appearance which will give a user speediness, simple ness and easy web surfing. It has extra features like; External Utility Bar, Skinning, Google Bar Support, Marked Browsing Interface, Privacy Protection etc"; fDesc[9] = "Vista. With this program you will be able to change the boring and plain Windows default cursors and create a more appealing and funny desktop"; fDesc[10] = "do this, the chain disappears, and the dragons in the eggs are freed. You must leave no dragon eggs left to end the levels."; fDesc[11] = "different application. The user interfaces are totally graphical and there's no help files or whatever are usual in players programs. A few very little buttons: options, open folders, select sound - video - movie - text - pictures - camera files, etc."; fDesc[12] = "player game, play versus computer or enter a round of tournament. This game allows you to subscribe and personalize your name."; fDesc[13] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2."; fDesc[14] = "models of the A4Tech mouse. You must to download and extract the package contents in some area of your hard disk. This package includes some small applications to get the most of your mouse."; fDesc[15] = "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."; 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 = '...'; } }