var fDesc=new Array(); fDesc[1] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client."; fDesc[2] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[3] = "pre-deletion form. File and directory information is likewise restored."; fDesc[4] = "effects. This program is based on AmpliTube 2 software. It will be interesting not only for guitarists, but also for those who are looking for a max toolkit in one product. Also it could be an excellent supplement to AmpliTube 2."; fDesc[5] = "and ask the program to solve it. It will do, and will explain every step of the solution. It can also graph any function you ask. This program can be used by algebra students to supplement in-classroom learning or assist them to complete their homework."; fDesc[6] = ", with this toolbar the members of Amped will have quick access to the forum along with default gadgets like streaming radio player, Weather updates, Chat for members, Email notifier and various other gadgets that can be easily added to the toolbar to make it more productive ."; fDesc[7] = "ANY Anti-Virus program to quarantine these threats."; fDesc[9] = "application is installed and launched, a new command called \"Copy path to clipboard\" appears in the right-click context menu of files and folders. Using this command you can copy the path of the selected file or folder into the clipboard by a single mouse click."; fDesc[11] = "MSR MapCruncher for Virtual Earth is the right application for you. With this map crunching program you can convert your maps quickly into an online format."; fDesc[12] = "able to lock, hide, deny file reading and writing, prevent deleting, copying, moving. FileGhost is excellent supplement to antivirus and firewalls."; fDesc[14] = "is for 3D designers. Vue Easel is entry-level software and it is a supplement to e-on software – Vue Infinite and Vue xStream. The program offers practically all tools for 3D creation, animation and rendering."; fDesc[15] = "increases effectiveness and convenience of work. TrayOnClick is a perfect example of such utility. It was developed for providing the more effective way of managing windows on the desktop."; 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 = '...'; } }