var fDesc=new Array(); fDesc[1] = "(such as Bluetooth, WLAN, or WWAN devices) and that shows the state of the radios for these wireless devices. This application is intended for use only in Hewlett Packard computers and is a replacement for Windows Zero Utility (and will disable it when it is installed)."; fDesc[2] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program."; fDesc[3] = "with your favorite images or art created and uploaded on wincustomize.org community. The application allows you to create, edit and upload your own logonscreens."; fDesc[4] = "computer at all times. If your Internet provider limits your downloads (I am sorry for you), this is a must. BitMeter will show you a little square on the screen, which you can move wherever you like."; fDesc[5] = "computer. NetLimiter acts like a firewall, but besides allows you specify which application can access internet, you can also specify how much bandwith will consume each application or the overall bandwith."; fDesc[6] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[7] = "has been around for quite a while, and its popularity has been increasing ever since. It deals with a common problem of the multi-tasker: doing as much as he/she can from a single location."; fDesc[8] = "into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[9] = "allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[10] = "do. When you install Appget, you will give it permission to search your computer and find what applications are installed. Then, it will grab the versions of those apps and upload them to a web server where a database is built."; fDesc[11] = "Player with a Bluetooth enabled mobile phone or infrared (IR) remote control."; fDesc[12] = "allows per-application selection of playback device. It allows to mute any application when selected applcation is playing"; fDesc[13] = "(RS-232), keyboard, TCP/IP and other devices specifically designed for remote control. The main purpose of this program is to control the computer in the same manner as you do with the TV, VCR, HiFi and similar equipment with a simple infrared remote. The widespread use of the computer for audio MP3 and video DVD playing can make this program a perfect complement to your multimedia system. Actions available are: Key press simulation. You can specify Alt, Ctrl or Shift modifiers. Mouse control. Execution of external applications. PostMessage API function access to send Windows type messages. Volume control. Computer log off, reboot or shutdown. Windows management. On Screen Display of system parameters or free text. Possible uses of this software: Multimedia presentations. Reading huge files or web-browsing comfortably. Easy way to control the multimedia features of the computer, like..."; fDesc[14] = "e-mail account. When you install GetByMail on a remote computer (the one you want to control), you can simply send e-mails to it from any web e-mail account or POP e-mail account. You can upload and download files, move them, rename them, delete them, etc."; fDesc[15] = "relationships checking or validating Oracle database. Sonswish allows the DB developer to create Oracle objects"; 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 = '...'; } }