var fDesc=new Array();
fDesc[1] = "together with the portability of SlingMedia products. After an agreement between HP and SlingMedia, they released QuickPlay SlingPlayer, whose main feature is that it allows you to watch TV from your computer or portable devices such as laptops or cellphones.";
fDesc[2] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program.";
fDesc[3] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security.";
fDesc[4] = "computer. If it is so than this small utility is a must for you. This software is very much similar to Remote Assistance already available with Microsoft Windows.";
fDesc[5] = "use.Support eleven languages, automatically detect the language system.Provides quick operation guide in nine language format.Technical on web site.Free technical support for our products.Language selection can be the native or English.Selection for different image input interface.Capture photo on the control panel.Software snapshot function.Easy installation for application and driver.Support link to Microsoft NetMeeting.Support remote access of security control.Support remote access over the local network.Video CommunicationMPEG real time compressionVideo Surveillance over Internet";
fDesc[6] = "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[7] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server.";
fDesc[8] = "frequency, etc.), there are controls for volume, mute, open a file recorded, change channels (back and forward), use full screen mode, TV window mode, record a video, use scheduler. Also you can use auto scan channels.";
fDesc[9] = "surfing the web. The program can download proxies from famous proxy websites, it lets you add your own and it can search for open proxy servers. The program can automatically change proxies and use internal socks and proxy servers.";
fDesc[10] = "it? First of all you need to be aware of what a virtual machine does. It emulates a virtual environment in which you can run different operative systems on top of your base operative system.";
fDesc[11] = "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[12] = "an Internet connection, without being blocked by corporate firewalls or requiring administrative rights to install software on the remote device. No previous relationship with the system is required, but permission from the end user is mandatory.";
fDesc[13] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling.";
fDesc[14] = "SFTP which enables you to send commands to a remote *nix machine and have full control over any file that exists on that system ( read / write / edit / delete).";
fDesc[15] = "system from anywhere. This application will keep your connected with your home or office from anywhere. The application provides a simple step-by-step interface for configuring your system so that it can be accessed remotely from any place.";
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 = '...';
}
}