var fDesc=new Array();
fDesc[1] = "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[2] = "obtain an account in order to use Mikogo to share your screen with other users. The users that will see your screen won´t need to obtain an account, but they have to install the program in order to see your screen.";
fDesc[3] = "network. It includes information about hardware, installed software, network configuration, shares and printers, users and much more.";
fDesc[4] = "application performs these actions in multithread connection, so the transfer will optimize the bandwidth use. Also, one of the main features of this application is the file compression for getting higher speed. A particular management of the transfer buffer helps also to increase transfer speed.";
fDesc[5] = "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[6] = "a firewall, but besides let you specify which application can access internet you can also specify how much bandwith will consume each application or the overall bandwith.";
fDesc[7] = "access to the remote PC is needed to install this invisible spy software. Once installed you can watch the screen and view all activities.";
fDesc[8] = "your machine with only your voice print. www.windentify.com for live demo.";
fDesc[9] = "connections to your shared folders. It writes a log file with information on remote user name, files and folders viewed, date, type of access";
fDesc[10] = "Internet, through serial ports, or via a modem connection. It is totally safe because it can be set to limited access.";
fDesc[11] = "and save them to a file on your local computer.";
fDesc[12] = "file server and runs without installation. A single license includes unlimited clients.";
fDesc[13] = "RemotePass works transparantly through Firewalls, Proxy servers and any other type of security device!";
fDesc[14] = "looking for specific text content, or \"from\" a specific person, or specific words in the \"subject\" etc.";
fDesc[15] = "features and multi-platform support, AhsayOBS is the only fully brandable solution on the market.";
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 = '...';
}
}