var fDesc=new Array(); fDesc[1] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[2] = "This software use to send SMS from desktop to mobile phone. User need to register with SMS Profit (http://www.smsprofit. biz) and become Premium user for full control of this software. This SMS software need internet connection to connect SMS Profit."; fDesc[3] = ", termination of disallowed processes, and logging of processes executed. With Process Lasso you essentially create rules to manage processes running on your system."; fDesc[4] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application."; fDesc[5] = "like Disk Cache, CD-ROM Cache and Name and Path Cache. With Cacheman, you can monitor important system values and can tweak settings to improve the performance. It also provides you with History Graph and Logging feature."; fDesc[6] = "for telephone line recording, radio station logging, control room recording,remote audio monitoring, radio communication recording and other specialized voice recording applications."; fDesc[7] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats."; fDesc[8] = "use."; fDesc[9] = "and reporting, and works perfectly with home or remote working staff. FlexiServer is the modern replacement for an hours book or time card. For staff who work at computers it does all hours logging automatically. It records log on and shut down times as worked hours. It automatically detects lunch and other long breaks by monitoring computer idle state. Hours can also be entered manually if the employee is not working at a computer. The way it works is like this. The manager or bookkeeper runs FlexiServer on their PC. All staff then run FlexiStation on their computers. FlexiStation will run automatically in the background logging hours worked. Whenever the manager or bookkeeper want to view reports they can log onto FlexiServer with their web browser and use the control panel. Employees can also log on to FlexiServer (with restricted access) to manually enter hours at any time."; fDesc[10] = "automatically check your work. This is a program that will let you have control of your logs at every moment and the most important, without restarting your computer."; fDesc[11] = "Explorer clubbed with powerhouse logging and scheduling functionality. It chooses important data like Microsoft Outlook, Outlook Express, My Documents, Financial Files and other Office files for back-up and has many advanced features like the Open file back up."; fDesc[12] = "applications. It helps you to identify bugs and find solutions to customer problems."; fDesc[13] = "your passwords. It has simple and easy-to-use interface. Key Folder 1.2 safely encrypts all data for saving on disk."; fDesc[14] = "also has handy multimedia center for pictures and melodies management. SMS sending support."; fDesc[15] = "saves all statistics about changes in a user’s glucose level for a certain period of time. The program can be very useful for people who has diabetes and for doctors who institute therapy."; 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 = '...'; } }