var fDesc=new Array(); fDesc[1] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded."; fDesc[3] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership."; fDesc[4] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix"; fDesc[5] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe."; fDesc[6] = "Eclipse. With over 1,360,000 downloads to date, thousands of developers a day are discovering why Aptana Studio is now the leading choice of web professionals everywhere."; fDesc[7] = "manage files in a more graphical and handy way than in Windows Explorer. WinNc uses the same keys as Norton Commander - so if you ever used the latter, you will get comfortable with WinNc very soon."; fDesc[8] = "and full windows flexibility. We are talking about Norton Commander, the old DOS trusty file management tool that could do it all with shortcut keys."; fDesc[9] = "both in your computer. The computer running the server will accept connections from the computers running the client. The program can connect computers over a Local Area Network or Internet. You can use just your IP address, or get an RPC number."; fDesc[10] = "or server via a DNS/Netbios name or a proxy IP address. With the help of this software the user can easily access any computer in the remote LAN with remote desktop and access remote files, shared folders and resources like drives, printers and much more."; fDesc[11] = "schedule, time. Password protect the web. Great to manage employees or parental control usage. Block or allow programs to access the internet (web)."; fDesc[12] = "which are violating data access policy of their organization."; fDesc[13] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[14] = "instances of LogMeIn and other remote access software, including PC Anywhere, GoToMyPC, and VNC, on corporate systems. LogMeIn Scout 2.0 allows system administrators to create policy-driven security and usage policies."; fDesc[15] = "acting as a checkpoint against attacks from outside and inside your computer."; 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 = '...'; } }