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[2] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[3] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection.";
fDesc[4] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform.";
fDesc[5] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[6] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others.";
fDesc[7] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective.";
fDesc[8] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security.";
fDesc[9] = "our computer network. We can control and view remote screen, transfer files, Telnet, redirect, start up, shut down, text chat, audio chat, filter IP addresses, and send messages to any remote computer where the program has been previously installed.";
fDesc[10] = "Moreover, you can set up tunneling rules with the use of ip and port redirections. Both secure and non-secure HTTPS proxies, socks v4 and v5 are supported.";
fDesc[11] = "in its communications with advanced encryption and authentication methods. This program is a great option for secure system administration and file transfers.";
fDesc[12] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out.";
fDesc[13] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting.";
fDesc[14] = "browser settings on the client computer. It give the possibility to test the availability of ISA Server and print out of Firewall client configuration settings. This enables you to create a firewall policy in the organization.";
fDesc[15] = "works without starting the Keeper and lets the user to trace the arrival of new payments and messages. This useful utility checks if there is a new transfer, bill or a message.";
fDesc[16] = "allows you to remotely control another computer using the RFB protocol (remote frame buffer). The setup file installs two components: VNC Viewer used to work like client, and VNC Server that allows a Windows desktop to be accessed remotely using the VNC Viewer.";
fDesc[17] = "administration for teams that work with Visual Studio projects. It can be used with any subversion client, even its own VisualSVN client or a free version like TortoiseSVN. Supports secure connections and authentication.";
fDesc[18] = "anywhere through SSHD and Telnet servers . The programs allows you to add as many users as you wish and manage which control options to give each of them . It also allows you to enable file transfers between the client and server.";
fDesc[19] = "and workstation models and operating systems. HP Credential Manager 2.1 provides an interface to manage identity, credential, and multi-factor authentication through the HP ProtectTools Security Manager.";
fDesc[20] = ", SHA1,SHA2, RIPEMD160,PANAMA,TIGER , CRC32,ADLER32 algorithms and the hash used in eMule/eDonkey(eDonkey2 000,ed2k). Good to check/compare files.";
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 = '...';
}
}