var fDesc=new Array(); fDesc[1] = ", labeling, applying color codes. It allows you to search, view, prioritize and convert between formats. The developer doesn´t provide trial copies of this version."; fDesc[2] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it."; fDesc[3] = "groups for your shortcuts with the possibility of adding more links without using additional taskbar space. The application is really easy to use and the only thing you have to do to add, remove or rearrange shortcuts is drag and drop or right-click shortcut."; fDesc[5] = "for the Startmenu, the Quicklaunchbar and the Office-Shortcutbar."; fDesc[6] = "schedule tasks and actions starting with applications, internet dialing or even get notified when a new email arrives in your mailbox."; fDesc[8] = "We can input our Proxy server settings or any alternative connection for it to check up automatically for updates and notify us with a sound, e-mail message, or ICQ, whenever any of our favorite web pages change."; fDesc[10] = "links in swift and unobtrusive way. It can help you unclutter your Desktop and remove the need for more place on your screen."; fDesc[12] = "up and running from the quick launch bar."; fDesc[13] = "with 2 clicks. With QuickLaunch you can also schedule shutdown computer."; fDesc[14] = "checks, email notification, Time tracker, Launch Bar and much more new features."; fDesc[15] = "processes in your system that you actually don't need. Such processes slow down different tasks completing that are really important for users. This application stops useless processes giving more resources."; 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 = '...'; } }