var fDesc=new Array();
fDesc[1] = "remote computer is a linux/unix machine. It offers file manager functionality. It uses Secure Shell (SSH) and supports legacy SCP protocol. The graphical user interface is more like windows explorer, with drag&drop capabilities and icons.";
fDesc[2] = "and developers worldwide. Ubuntu comes with a series of already installed applications that are categorized by functions like: Accessories, Games, Graphics Internet, Office and Sound & Video You can run Ubuntu as a desktop operating system or configure it as a powerful and secure server.";
fDesc[3] = "allows us to connect to a remote computer server. The connection modes are Full Control, View Only, Telnet, File Transfer, Shut down, Chat, Voice Chat and Send Message. Depending on the selected mode, a specific window will be opened so we can enter the details. We can create Phone Books.";
fDesc[4] = "Easy, user-friendly and intuitive interface will allow you to enjoy the video viewing without expending your time in mastering the program.";
fDesc[5] = "protocols. Serv-U includes industry-standard SSL encryption and a built-in, browser-based transfer client.";
fDesc[6] = "connection. The program downloads a file from a Microsoft server (or any other server of your choice), analyzes the measured data and reports your speed.";
fDesc[7] = "Traffic and Activity, enables users to control the Bandwith. It supports external programs, scripts and group management. Connection is controlled by IP based accelerator for access control and the results of making as good as possible IP, domain, and user FTP messaging.";
fDesc[8] = "and download files off them. The graphical user interface resembles most of the other popular P2P applications, like Morpheus or Emule. However, I have obtained better results with Emule in the past.";
fDesc[10] = ", you will be able to view and copy files saved in your computer to the PSP3 over a wired or wireless network. Once installed, Red Kawa File Server will start granting access to the files in your computer through your private IP address.";
fDesc[11] = "Includes lightweight console mode module for scheduled use on file server.";
fDesc[12] = "search phrase or file masks and find the files you need. Preview search results, open found files directly from the remote computers.";
fDesc[13] = "Easy File Sharing FTP Server is a very easy to use FTP Server that allows visitors to download/upload/remove /create files/folders easily through a Web Browser (Internet Explorer, Mozilla) or an FTP Client such as CuteFTP.";
fDesc[14] = "files and folders, when and on what server.";
fDesc[15] = "Explorer, FireFox, Safari etc.).";
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 = '...';
}
}