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] = "everything Nero. The Nero Burning suite comes with many applications that range from CD/DVD burners, CD/DVD copying, drive speed analysis, image burning, and so one."; fDesc[3] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client."; fDesc[4] = "currently used applications. It also offers you many features such as a calendar, web search widget and a click. Object Dock allows you to fully customize the dock, its position and many options and effects."; fDesc[5] = "phrase related to the file name or application name and Quickfind shows all the related files to that name or word.Just double click the desired file and Quickfind will launch it immediately.Quickfind also enables the user to open web addresses added to the favorites ."; fDesc[6] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[7] = "that you forget about running applications from the Start Menu. And it makes sense. I use a similar application on Mac OS X, Quicksilver, that is great."; fDesc[8] = "devices on Microsoft® Windows Vista® and Windows® XP. For more details, read the rest of this web release note."; fDesc[9] = "online gaming portal PlayNC. With a few clicks, you can search for games, download and install them to play right away. Its user interface is very handy and comfortable."; fDesc[10] = "ability to show your minimized windows as icons on the dock, thus allowing for more productivity and better accessibility."; fDesc[11] = "this means that when Launcher is in \"Manage Items\" mode, one can configure shortcuts by \"dragging\" files."; fDesc[12] = "you would like to, and sometimes it becomes a terrible headache. But fortunately, FSL Launcher is here to help you out. This small and simple application will let you to organize your shortcuts, and you will be able to access them in a different, handy and smart way."; fDesc[13] = "launcher daily. I can't live without it. And I am glad to see applications like that for Windows. Executor is one of those applications. Executor allows you to start any application or document on your computer by typing its name."; fDesc[14] = "dock that you see on most Mac OS X machines, which is a great dock, by the way. RK Launcher isn't precisely an application launcher like the ones I am used to see. RK Launcher will install a dock on the side of your screen."; fDesc[15] = "of a compact tabbed toolbar divided in different used-defined categories. The program is not really attractive, but it is really intuitive and customizable."; 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 = '...'; } }