var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs."; fDesc[3] = "best. It has a collection of \"players\" or the playing styles arranged in order of their rating. All the Grandmasters are in the list. If we win a game, our rating increases and vice versa."; fDesc[4] = "out of view from others stay that way. The program is very simple to use and features military grade 256-bit AES encryption."; fDesc[5] = "lines (squares, crosses or blocks) but also reveal pictures, proceeding by this to the next level."; fDesc[6] = "them to develop their ability of remembering graphics, putting pieces together among other things and of course a lot of fun. It is the Aladdin's world in a simple puzzle. The goal of the game is to put all the puzzle pieces in the right place."; fDesc[7] = "a chord dictionary and a useful tool to help you out in remembering the most of them. It’s important to make clear that Chord Helper is not a playing application, instead of that, it only shows you how to play chord on your music keyboard."; fDesc[8] = "master password. Additionally, it offers many useful functions concerning modern and secure password management, password generator.."; fDesc[9] = "lack of remembrance is often misunderstood as negligence and creates wrong impression on other people. Thus, people always want something that could prevent them from such incidents. Sheer Notes is the solution of such problems for the users."; fDesc[10] = "relieve you from remembering and manually entering thousand of passwords and login information. The utility features a simple and straightforward user interface, but not very attractive, specially designed for beginners."; fDesc[11] = "will help you fight the melancholic feelings that we sometimes get in the middle of the year, remembering how happy we were during the season of Christmas and New Year. As soon as the program starts, you will see the classic Christmas tree scene, with decorations and lights."; fDesc[12] = "those who always forgets their passwords or have trouble remembering them, then you can use this application to save all passwords and see them whenever you want. With a key password, you can get access to all your passwords."; fDesc[13] = "open two and two cards, trying to find matching pairs. Features over 70 full color cards."; fDesc[14] = "Clicking this icon allows you to select from the items currently in your clipboard."; fDesc[15] = ",with unlimited count of clipboard ,help you use the multi-clips when you want. speed up your work"; 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 = '...'; } }