var fDesc=new Array(); fDesc[1] = ", ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN."; fDesc[2] = "be forgotten by the MS developers to include them in Windows Explorer. NexusFile is a terrific application which allows you to do more."; fDesc[3] = "even few pre-programmed tasks. It is a highly flexible application, because it is cent percent configurable and the pictures are used to differentiate between the functionality of each to determine what exactly the button is configured to do."; fDesc[4] = "version 1.05: 1) Default printer detection; the user is prompted for target printer if default not found."; fDesc[5] = "globe. Keep in mind that all across the globe users are now using more of flash videos and files to present their views with more multimedia packed features Alpha Interactive team has developed SWF Player. SWF Player is a smart and simple flash file player to play SWF files."; fDesc[6] = "keystrokes, by typing abbreviations. Just type a few letters of what you are looking for and Key Launch finds it."; fDesc[7] = "Tray.Hibernate and Schedule WakeUp and many more features.Register for $2.00 and get Free Upgrades."; fDesc[8] = "taskbar instead of closing or minimizing the program to the taskbar or sending it to the system tray."; fDesc[10] = "from the file's name, hit Enter, and it get magically opened. You can make direct shortcuts too. Features ..."; fDesc[11] = "process system commands by pressing two keys of your keyboard. Useful for passwords, favorites and e-mails."; fDesc[12] = "looking for a flexible but robust macro solution that allows you to record and organize a large number of macros."; fDesc[13] = "applications / open document files by pressing user defined hot key / keyboard shortcut."; fDesc[14] = "improved macro recording and playback, text replacement, task scheduling, security options, and enhanced performance."; 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 = '...'; } }