var fDesc=new Array();
fDesc[1] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[2] = "active TCP and UDP connections on your computer with protocol statistics. It is a set of utilities like Netstat, Ping, Ipconfig, Route, Tracert, Arp.";
fDesc[3] = "true, it can converts almost anything if we are talking about images files. From a very large list of file types, wich includes HTML, DOC, XLS, WPD, PDF, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG, among others, you can choose whatever you need at the moment.";
fDesc[4] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format.";
fDesc[5] = "GiPo@MoveOnBoot - copying/moving/renamin g/deleting files and folders on the next system boot; GiPo@DirMonitor - monitoring changes in the file system; GiPo@Mount - local folders substitution and local/remote drives mounting; and others.";
fDesc[6] = ", and a double view to check the owners. The program allows you to kill a process, if you want, by means of an easy-to-understand interface. You will get the complete information of any active process by name and user names that are executing the process.";
fDesc[7] = "specific sites, and after detecting the link, it automatically downloads the movie or the video clip very quickly. The application is capable of downloading multiple video streams in batches, from various video-sharing sites.";
fDesc[8] = "small office, in an educational institution. Sending a file or a group of file. Auto reply. Alarm. Readdressing. etc.";
fDesc[9] = "easily integrate into any available webcam device in your system to make it a more capable monitoring and surveillance application.";
fDesc[10] = "own toolbar and \"folder view\" (generally on the left side of explorer). What it really does, at the first start, it scans all the drives we select and stores all the information about various folders and mayabe files into its database (which is really small).";
fDesc[11] = "space reporting software. The application allows for managing and monitoring disk space on local and network computers.";
fDesc[12] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder.";
fDesc[13] = "Copy, Auto FTP, Auto Email, Thumbnailer, Create HTML, Auto ZIP/Unzip, Start your own script.";
fDesc[14] = "highest level of protection from both inbound and outbound email threats by using a unique email attack monitoring system.";
fDesc[15] = ", scheduler, encryption, unique folder monitoring, self-extracting backups, etc. All this in a easy to use interface.";
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 = '...';
}
}