var fDesc=new Array(); fDesc[1] = "to create your own icon for your program. Set an attractive system tray icon. You don't need to dig into native codes to do that. Well, that's Java.Expect much more feature soon."; fDesc[2] = "allows the user to customize the LightScribe settings and even keep track of the system’s information. The user can double click on the LightScribe icon placed in the system tray on the right lower corner of the Windows desktop screen."; fDesc[3] = "possible to enter My PC, My Net places, My documents, My music, My images, the Control Panel, the Recycle WasteBasket, as well as the configuration itself and the developer web site (Punk SOftware)."; fDesc[4] = "without your knowledge. WinPatrol was the pioneer in using a heuristic behavioral approach to detecting attacks and violations of your computing environment. It continues to be one of the most powerful system monitors while staying a single small program. As a robust SECURITY MONITOR , WinPatrol will alert you to hijackings, malware attacks and critical changes made to your computer without your permission. As a MULTI PURPOSE SUPPORT UTILITY WinPatrol replaces multiple system utilities with its enhanced functionality."; fDesc[5] = ", Restore, Close etc. are remained intact. It adds four new menu items - Always On Top, Transparency and Minimize To Tray and Priority."; fDesc[6] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[7] = "an option for Date view also. Time format can be changed to 12 or 24 hours (AM-PM) It also offers the Time synchronization with the Atomic clock standard."; fDesc[8] = "your taskbar, which makes sense. With it, you can simply select the buttons that are next to the Start button in Windows and move them around any way you like."; fDesc[9] = "don't really want a huge screen telling us what our download and upload speeds are. We want something small and to the point, and NetMeter delivers in those regards."; fDesc[10] = "or 3 years and gives the popular media player some extra usability. I think it is safe to assume that we have all used our computers to listen to songs or watch video at least once."; fDesc[11] = ", we can start changing the clock properties. We can choose to show our local current time (12-hour format or 24-hour format, minutes, and seconds), our local current date, the day of the week, and the date and time for two other places located in different time zones."; fDesc[12] = "gives the opportunity to have a highly customizable tray clock. There are a huge number of skins to suit everyone's needs and preferences. Some of skins make the clock bigger so that the digits are much easier to see. We can set up as many alarms as needed."; fDesc[13] = "system tray."; fDesc[14] = "taskbar. 4t Tray Minimizer 4.4 can help you solve this problem by minimizing any applications you like as System Tray icons. It has a lot of useful features that really makes your work more convenient."; fDesc[15] = "a system tray into special menu,change the order of icons in the system tray (sort tray icons),restore icons in system tray at crash Explorer."; 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 = '...'; } }