var fDesc=new Array(); fDesc[1] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk."; fDesc[2] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective."; fDesc[3] = "Simply install PCmover on both your old and new computers and go! Works with Windows operating systems from Windows 95 to Vista."; fDesc[4] = "(MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It a very simple & easy to use utility that gives you enough information about the Network Interface Cards (NIC) installed on your computer."; fDesc[5] = "(files, folders and discs). Hide Folder will stop any unauthorized access to important and significant programs and information for every user. Any folders that the program protects will be invisible, accessible in read-only mode, or even inaccessible."; fDesc[6] = "program enables you to protect any file or folder with a password. You can also use the program with multiple user accounts. You can also restrict Internet access from your PC with a single click using this application."; fDesc[7] = "Packet analyzer with HTTP file capture, a Graphical Packets Mode that shows traffic with visual effects, per-IP/per-Port/per-IP -Pair statistical information collection, and more. All in a single, easy to use Windows application. Freeware."; fDesc[8] = "simplicity. With OtsAV DJ you will produce professional quality audio as well as video/karaoke. There are two editions available - The Silver edition, which only supports audio, and the Professional edition that will allow you to produce audio, video and karaoke."; fDesc[9] = "Internet activity if they know your MAC Address. Public Wireless Access Points are all over, some less se"; fDesc[10] = "that work no matter what program you are in, you can: Launch a program or bring it back into focus Open a document, folder or Internet resource Minimize or maximize a window Resize, move or alter a window Issue a Media command, such as play, pause or volume up/down Start your screensaver or shutdown your computer Access hidden Windows utilities Control Winamp or compatible media players (we love QCD Player!) Instantly display any menu of programs or actions at the mouse pointer Using the ZenKEY configuration utility, you can add any program, add or alter any menu, and assign any keystroke to perform any action."; fDesc[11] = "network card. MAC Change also include a very useful database that contains all manufacturer of the card"; fDesc[12] = "is installed, administrators can control access to floppies, CDROMs, and other devices."; fDesc[13] = "computer. This program provides three levels of protection to suit any user : \"Hidden\", \"Read Only\", \"Full Control\"."; fDesc[14] = ", XP or Vista. Meets requirements outlined in NISPOM, Chapter 8, as well as system security and auditing required by Sarbanes-Oxley and HIPPA."; fDesc[15] = "and prevent users from taking confidential data or introducing viruses and trojans on your network."; 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 = '...'; } }